diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:08 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:21 -0700 |
commit | 1ce32ba7ae287ca6155876da7d662a4ea318db76 (patch) | |
tree | de0c2f9189049b549424585734e69b9f09391ebe /include/configs | |
parent | dadf31375acd4edaf3c7596dc129152244939e50 (diff) | |
download | u-boot-imx-1ce32ba7ae287ca6155876da7d662a4ea318db76.zip u-boot-imx-1ce32ba7ae287ca6155876da7d662a4ea318db76.tar.gz u-boot-imx-1ce32ba7ae287ca6155876da7d662a4ea318db76.tar.bz2 |
am43xx_evm: timer: do not define CONFIG_TIMER for spl
Since OMAP's spl doesn't support DM currently, do not define
CONFIG_TIMER for spl build.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am43xx_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index de7538f..c3867ef 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -144,6 +144,7 @@ #undef CONFIG_DM_MMC #undef CONFIG_DM_SPI #undef CONFIG_DM_SPI_FLASH +#undef CONFIG_TIMER #endif #ifndef CONFIG_SPL_BUILD |