From b4e180f91d82158b38b8786a3c6c79a1bedb0d4f Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 21 Jul 2014 13:27:46 +0200 Subject: [PATCH] zynqmp: Fix CMDLINE editing macro name Enough to have macro without value. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3