From: Paul Gortmaker Date: Thu, 11 Dec 2008 20:47:51 +0000 (-0500) Subject: sbc8548: enable command line editing by default. X-Git-Tag: v2009.01-rc2~11^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad22f9273c6f24fbfa917e867680e9688e0c59c5;p=platform%2Fkernel%2Fu-boot.git sbc8548: enable command line editing by default. Lets make things a bit more user friendly. It isn't 1985 anymore. Signed-off-by: Paul Gortmaker --- diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 254d91f..8a7b0da 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -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 */