[U-Boot] [PATCH v2 12/15] am43xx_evm: nand: do not define DM_NAND for spl
Grygorii Strashko
grygorii.strashko at ti.com
Tue Jan 31 22:37:14 CET 2017
From: Mugunthan V N <mugunthanvnm at ti.com>
Since OMAP's spl doesn't support DM currently, do not define
DM_NAND for spl build.
Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko at ti.com>
---
include/configs/am43xx_evm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 1d622ef..2f026c6 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -115,6 +115,7 @@
#undef CONFIG_DM_SPI
#undef CONFIG_DM_SPI_FLASH
#undef CONFIG_TIMER
+#undef CONFIG_DM_NAND
#endif
#ifndef CONFIG_SPL_BUILD
--
2.10.1.dirty
More information about the U-Boot
mailing list