diff mbox

[U-Boot,v2,8/9] microblaze: Enable HUSH via Kconfig

Message ID a5182d7aa4d5171df40b412f8e4065aeb4e7460a.1450354433.git.michal.simek@xilinx.com
State Accepted
Commit 077fe0f5e758a9810b320a2437d52b965a63c3b7
Delegated to: Michal Simek
Headers show

Commit Message

Michal Simek Dec. 17, 2015, 12:14 p.m. UTC
Cleanup board file.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Changes in v2:
- new patch in this series

 configs/microblaze-generic_defconfig | 1 +
 include/configs/microblaze-generic.h | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)
diff mbox

Patch

diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index e0551f815334..21a7261257eb 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -6,6 +6,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 3458e66a8873..9b90aa7dc0ae 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