summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-12-23 20:39:47 +0530
committerJagan Teki <jteki@openedev.com>2016-01-13 18:47:28 +0530
commit49f85b671a4c02941246fa9f36c8aca9d0e8969c (patch)
tree258cf17090503e4ef975142e05e17ce3a843a6d4 /include
parent7c69ad6b46c0c17f2f540268e15be4ca42d7d5ed (diff)
downloadblackbird-obmc-uboot-49f85b671a4c02941246fa9f36c8aca9d0e8969c.tar.gz
blackbird-obmc-uboot-49f85b671a4c02941246fa9f36c8aca9d0e8969c.zip
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')
-rw-r--r--include/configs/am43xx_evm.h2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud