[U-Boot] [PATCH 3/3] sbc8548: enable command line editing by default.

Paul Gortmaker paul.gortmaker at windriver.com
Thu Dec 11 21:47:51 CET 2008


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

Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
---
 include/configs/sbc8548.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h
index b27b282..e93b861 100644
--- a/include/configs/sbc8548.h
+++ b/include/configs/sbc8548.h
@@ -456,6 +456,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 */
-- 
1.6.0.4



More information about the U-Boot mailing list