From: Michal Simek Date: Mon, 21 Jul 2014 11:27:46 +0000 (+0200) Subject: zynqmp: Fix CMDLINE editing macro name X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4e180f91d82158b38b8786a3c6c79a1bedb0d4f;p=thirdparty%2Fu-boot.git zynqmp: Fix CMDLINE editing macro name Enough to have macro without value. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 39e139e36c1..9f735108b57 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -156,7 +156,7 @@ #define CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_LONGHELP -#define CONFIG_CMDLINE_EDITING 1 +#define CONFIG_CMDLINE_EDITING /* max command args */ #define CONFIG_SYS_MAXARGS 64