From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Date: Mon, 24 Aug 2015 13:26:49 -0400 Subject: [U-Boot] [PATCH 1/5] sbc8641d: enable command line editing In-Reply-To: <1440437213-49224-1-git-send-email-paul.gortmaker@windriver.com> References: <1440437213-49224-1-git-send-email-paul.gortmaker@windriver.com> Message-ID: <1440437213-49224-2-git-send-email-paul.gortmaker@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de It is just too painful to use interactively without it. Signed-off-by: Paul Gortmaker --- include/configs/sbc8641d.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 8eb7276618b0..354b673845cf 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -495,6 +495,7 @@ */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ +#define CONFIG_CMDLINE_EDITING 1 /* add command line history */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ -- 2.1.0