Skip to content
Snippets Groups Projects
Commit ad22f927 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Andrew Fleming-AFLEMING
Browse files

sbc8548: enable command line editing by default.


Lets make things a bit more user friendly.  It isn't 1985 anymore.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent bd93105f
No related branches found
No related tags found
No related merge requests found
......@@ -455,6 +455,7 @@
/*
* Miscellaneous configurable options
*/
#define CONFIG_CMDLINE_EDITING /* undef to save memory */
#define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
......
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