diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-23 20:39:47 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-01-13 18:47:28 +0530 |
commit | 49f85b671a4c02941246fa9f36c8aca9d0e8969c (patch) | |
tree | 258cf17090503e4ef975142e05e17ce3a843a6d4 /include/configs/am43xx_evm.h | |
parent | 7c69ad6b46c0c17f2f540268e15be4ca42d7d5ed (diff) | |
download | u-boot-imx-49f85b671a4c02941246fa9f36c8aca9d0e8969c.zip u-boot-imx-49f85b671a4c02941246fa9f36c8aca9d0e8969c.tar.gz u-boot-imx-49f85b671a4c02941246fa9f36c8aca9d0e8969c.tar.bz2 |
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 <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r-- | include/configs/am43xx_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index aac550a..de7538f 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 |