summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-12-11 13:59:03 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2016-01-27 14:55:53 (GMT)
commit077fe0f5e758a9810b320a2437d52b965a63c3b7 (patch)
tree8415e778ce4a2359e49d06a0d683570dbf7fcee4
parent44a3a91cb0424e887105c2bfc670b863e8f2ee71 (diff)
downloadu-boot-077fe0f5e758a9810b320a2437d52b965a63c3b7.tar.xz
microblaze: Enable HUSH via Kconfig
Cleanup board file. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--configs/microblaze-generic_defconfig1
-rw-r--r--include/configs/microblaze-generic.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index f30e9c1..39c2ad2 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
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 9d14192..3cbec65 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -281,9 +281,6 @@
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
-/* Use the HUSH parser */
-#define CONFIG_SYS_HUSH_PARSER
-
/* Enable flat device tree support */
#define CONFIG_LMB 1
#define CONFIG_OF_LIBFDT 1