Commit 6eb7e136a31ce36d45a755b136320ad64d207b8f

Authored by Wu, Josh
Committed by Andreas Bießmann
1 parent 0b12843493

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>

Showing 3 changed files with 3 additions and 0 deletions Side-by-side Diff

configs/at91sam9rlek_dataflash_defconfig
... ... @@ -2,4 +2,5 @@
2 2 CONFIG_ARM=y
3 3 CONFIG_ARCH_AT91=y
4 4 CONFIG_TARGET_AT91SAM9RLEK=y
  5 +CONFIG_HUSH_PARSER=y
configs/at91sam9rlek_mmc_defconfig
1 1 CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9RL,SYS_USE_MMC"
2 2 CONFIG_ARM=y
3 3 CONFIG_TARGET_AT91SAM9RLEK=y
  4 +CONFIG_HUSH_PARSER=y
configs/at91sam9rlek_nandflash_defconfig
... ... @@ -2,4 +2,5 @@
2 2 CONFIG_ARM=y
3 3 CONFIG_ARCH_AT91=y
4 4 CONFIG_TARGET_AT91SAM9RLEK=y
  5 +CONFIG_HUSH_PARSER=y