summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSrinivas, Madan <madans@ti.com>2016-06-16 15:42:31 -0400
committerTom Rini <trini@konsulko.com>2016-06-17 09:50:20 -0400
commit8311b3b4406ead0f5d54712f1c0cef1e564b23ab (patch)
tree374db621e8cff71b8b93ab482b48cd7a8a6d67eb /configs
parent7802ce910ba17a962d90b60b5e998e40d5a08067 (diff)
downloadtalos-obmc-uboot-8311b3b4406ead0f5d54712f1c0cef1e564b23ab.tar.gz
talos-obmc-uboot-8311b3b4406ead0f5d54712f1c0cef1e564b23ab.zip
ARM: AM437x: Sync defconfig between GP and HS EVM
Adds missing NAND option to CONFIG_SYS_EXTRA_OPTIONS for AM437x HS EVMs. This syncs up the config options between GP and HS EVMs. Signed-off-by: Madan Srinivas <madans@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am437x_hs_evm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am437x_hs_evm_defconfig b/configs/am437x_hs_evm_defconfig
index 3cd39eb65d..e82085b1f9 100644
--- a/configs/am437x_hs_evm_defconfig
+++ b/configs/am437x_hs_evm_defconfig
@@ -10,7 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm"
CONFIG_SPL=y
CONFIG_ISW_ENTRY_ADDR=0x40302ae0
CONFIG_SPL_STACK_R=y
-CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1"
+CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1, NAND"
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
OpenPOWER on IntegriCloud