[U-Boot] [PATCH] configs: am43xx_evm: Enable NAND
Roger Quadros
rogerq at ti.com
Fri Jun 5 10:09:02 CEST 2015
AM43xx EVMs have NAND so enable it.
Signed-off-by: Roger Quadros <rogerq at ti.com>
---
configs/am43xx_evm_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig
index 4ad2667..29a3892 100644
--- a/configs/am43xx_evm_defconfig
+++ b/configs/am43xx_evm_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
CONFIG_TARGET_AM43XX_EVM=y
CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
+CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND"
CONFIG_CMD_NET=y
--
2.1.4
More information about the U-Boot
mailing list