]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
microblaze: Enable HUSH via Kconfig
authorMichal Simek <michal.simek@xilinx.com>
Fri, 11 Dec 2015 13:59:03 +0000 (14:59 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 10:50:40 +0000 (11:50 +0100)
Cleanup board file.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/microblaze-generic_defconfig
include/configs/microblaze-generic.h

index e0551f815334475bd78cf5d608f741f053c1d520..21a7261257eb94abeddf522101e72959ee81e97c 100644 (file)
@@ -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
index 31d9ec49cd67df64cb5c927abf7cbf50a0039121..631ebee3e47afcb368e4ffdcf38a073c343c3b7a 100644 (file)
 
 #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