diff mbox

[U-Boot,v2,1/6] sbc8641d: enable command line editing

Message ID 1445114431-9524-2-git-send-email-paul.gortmaker@windriver.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Paul Gortmaker Oct. 17, 2015, 8:40 p.m. UTC
It is just too painful to use interactively without it.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
 include/configs/sbc8641d.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 20, 2015, 12:07 a.m. UTC | #1
On Sat, Oct 17, 2015 at 04:40:26PM -0400, Paul Gortmaker wrote:

> It is just too painful to use interactively without it.
> 
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h
index 00aab6b3d51d..b4466bc3b4c8 100644
--- a/include/configs/sbc8641d.h
+++ b/include/configs/sbc8641d.h
@@ -494,6 +494,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 */