]> Git Repo - J-u-boot.git/commitdiff
configs: am43xx_evm: Enable NAND
authorRoger Quadros <[email protected]>
Fri, 5 Jun 2015 08:09:02 +0000 (11:09 +0300)
committerTom Rini <[email protected]>
Mon, 15 Jun 2015 14:57:25 +0000 (10:57 -0400)
AM43xx EVMs have NAND so enable it.

Signed-off-by: Roger Quadros <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
configs/am43xx_evm_defconfig

index 4ad266717afbe163496c72f3d627faffe906298a..29a38929822e83976206c97961793abdaa6adb94 100644 (file)
@@ -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
This page took 0.038817 seconds and 4 git commands to generate.