]> git.ipfire.org Git - people/ms/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 14:55:53 +0000 (15:55 +0100)
Cleanup board file.

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

index f30e9c1ac679df9e28da36cb12749d2199be9793..39c2ad2813dcd4ec72e7b77afbcdb3c2575e2a1c 100644 (file)
@@ -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
index 9d14192b41b68b3dd6b648576497f130cc480146..3cbec659a1603c943271cee6848e135330c2ff75 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