From: Mugunthan V N Date: Thu, 24 Dec 2015 10:38:08 +0000 (+0530) Subject: am43xx_evm: timer: do not define CONFIG_TIMER for spl X-Git-Tag: v2025.01-rc5-pxa1908~10643^2~63 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=1ce32ba7ae287ca6155876da7d662a4ea318db76;p=u-boot.git 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 Reviewed-by: Tom Rini --- diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index de7538fc9e..c3867efe9a 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