]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sbc8548: enable command line editing by default.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Dec 2008 20:47:51 +0000 (15:47 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Sat, 20 Dec 2008 00:32:47 +0000 (18:32 -0600)
Lets make things a bit more user friendly.  It isn't 1985 anymore.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/configs/sbc8548.h

index 254d91f952890cf25b7f64605f4c2094a8a99818..8a7b0da4d0f6cc0f3eee1618f073c1c17bca304b 100644 (file)
 /*
  * 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 */