Skip to content
Snippets Groups Projects
Commit 73f75507 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Tom Rini
Browse files

sbc8641d: enable command line editing


It is just too painful to use interactively without it.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 84ca65aa
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment