projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ca65a
)
sbc8641d: enable command line editing
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Sat, 17 Oct 2015 20:40:26 +0000
(16:40 -0400)
committer
Tom Rini
<trini@konsulko.com>
Mon, 19 Oct 2015 21:06:17 +0000
(17:06 -0400)
It is just too painful to use interactively without it.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/configs/sbc8641d.h
patch
|
blob
|
history
diff --git
a/include/configs/sbc8641d.h
b/include/configs/sbc8641d.h
index 00aab6b3d51d734abc234e59d1daf5f7932e8dcc..b4466bc3b4c8f0cc954ca47e9e2d0a770c629831 100644
(file)
--- 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 */