From: Mugunthan V N Date: Wed, 23 Dec 2015 15:09:47 +0000 (+0530) Subject: am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl X-Git-Tag: v2016.03-rc1~344 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=49f85b671a4c02941246fa9f36c8aca9d0e8969c;p=u-boot am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl Since OMAP's spl doesn't support DM currently, do not define DM_SPI and DM_SPI_FLASH for spl build. Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index aac550a477..de7538fc9e 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -142,6 +142,8 @@ */ #ifdef CONFIG_SPL_BUILD #undef CONFIG_DM_MMC +#undef CONFIG_DM_SPI +#undef CONFIG_DM_SPI_FLASH #endif #ifndef CONFIG_SPL_BUILD