]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM64: Move HUSH enabling from board file to defconfig
authorMichal Simek <michal.simek@xilinx.com>
Fri, 18 Mar 2016 17:47:28 +0000 (18:47 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 4 Apr 2016 18:28:38 +0000 (20:28 +0200)
Simplify board config file.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_ep_defconfig
include/configs/xilinx_zynqmp.h

index a1f3580f8d01949875a5298d13732ed4fde6ea10..91ae10ab211b9396917ddc39aefba0f2c1cb7608 100644 (file)
@@ -6,6 +6,7 @@ CONFIG_SYS_TEXT_BASE=0x8000000
 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep108"
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
+CONFIG_HUSH_PARSER=y
 CONFIG_SYS_PROMPT="ZynqMP> "
 # CONFIG_CMD_CONSOLE is not set
 # CONFIG_CMD_IMLS is not set
index 0ecdc13bfa8e025ac2b34a0921dc28c664b76a89..ed47283c1766bad76faee3289fc3b6762307ac42 100644 (file)
 #define CONFIG_SYS_CBSIZE              2048
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
                                        sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_HUSH_PARSER
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_CMDLINE_EDITING