summaryrefslogtreecommitdiffstats
path: root/configs/at91sam9rlek_mmc_defconfig
diff options
context:
space:
mode:
authorWu, Josh <Josh.wu@atmel.com>2015-02-03 18:19:05 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-03-18 23:36:03 +0100
commit6eb7e136a31ce36d45a755b136320ad64d207b8f (patch)
treefd78e6dafbb26871ad67e56a979d3f77fa12d26b /configs/at91sam9rlek_mmc_defconfig
parent0b12843493cbeb59c7aee207b1b6d0c8daf24833 (diff)
downloadtalos-obmc-uboot-6eb7e136a31ce36d45a755b136320ad64d207b8f.tar.gz
talos-obmc-uboot-6eb7e136a31ce36d45a755b136320ad64d207b8f.zip
ARM: at91: at91sam9rlek: add hush parser to defconfig
HUSH parser will handle the variable easier. That will be helpful for write a complicated U-Boot commands or varaibles. Signed-off-by: Josh Wu <josh.wu@atmel.com> Acked-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'configs/at91sam9rlek_mmc_defconfig')
-rw-r--r--configs/at91sam9rlek_mmc_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91sam9rlek_mmc_defconfig b/configs/at91sam9rlek_mmc_defconfig
index b93c8814e3..8704140605 100644
--- a/configs/at91sam9rlek_mmc_defconfig
+++ b/configs/at91sam9rlek_mmc_defconfig
@@ -1,3 +1,4 @@
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9RL,SYS_USE_MMC"
CONFIG_ARM=y
CONFIG_TARGET_AT91SAM9RLEK=y
+CONFIG_HUSH_PARSER=y
OpenPOWER on IntegriCloud