diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-10-17 16:40:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-19 17:06:17 -0400 |
commit | 73f7550715b740ebd5605b600d4705e710f0a313 (patch) | |
tree | 9ba897ede1850060dbcfeb2187c4161e28d126b7 /include/configs/sbc8641d.h | |
parent | 84ca65aa4bd0d03867e9e49805201d0564d3ffb0 (diff) | |
download | u-boot-73f7550715b740ebd5605b600d4705e710f0a313.tar.gz |
sbc8641d: enable command line editing
It is just too painful to use interactively without it.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/configs/sbc8641d.h')
-rw-r--r-- | include/configs/sbc8641d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 00aab6b3d5..b4466bc3b4 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 */ |