summaryrefslogtreecommitdiffstats
path: root/configs/am43xx_evm_defconfig
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2015-06-05 11:09:02 +0300
committerTom Rini <trini@konsulko.com>2015-06-15 10:57:25 -0400
commitab16817cfbd921b910649def3d9abeee2984b17f (patch)
treed7d74588c4da4b89e92be28366d1e87da5df2412 /configs/am43xx_evm_defconfig
parentef51c416bc582f39ceab17ee7632039355091189 (diff)
downloadtalos-obmc-uboot-ab16817cfbd921b910649def3d9abeee2984b17f.tar.gz
talos-obmc-uboot-ab16817cfbd921b910649def3d9abeee2984b17f.zip
configs: am43xx_evm: Enable NAND
AM43xx EVMs have NAND so enable it. Signed-off-by: Roger Quadros <rogerq@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am43xx_evm_defconfig')
-rw-r--r--configs/am43xx_evm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig
index 4ad266717a..29a3892982 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
OpenPOWER on IntegriCloud