diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-11 14:59:03 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:53 +0100 |
commit | 077fe0f5e758a9810b320a2437d52b965a63c3b7 (patch) | |
tree | 8415e778ce4a2359e49d06a0d683570dbf7fcee4 /configs | |
parent | 44a3a91cb0424e887105c2bfc670b863e8f2ee71 (diff) | |
download | u-boot-077fe0f5e758a9810b320a2437d52b965a63c3b7.tar.gz |
microblaze: Enable HUSH via Kconfig
Cleanup board file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/microblaze-generic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index f30e9c1ac6..39c2ad2813 100644 --- a/configs/microblaze-generic_defconfig +++ b/configs/microblaze-generic_defconfig @@ -7,6 +7,7 @@ CONFIG_DEFAULT_DEVICE_TREE="microblaze-generic" CONFIG_SPL=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y +CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="U-Boot-mONStR> " CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set |