]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
86xx: enable command-line editing
authorTimur Tabi <timur@freescale.com>
Wed, 16 Jan 2008 21:48:12 +0000 (15:48 -0600)
committerJon Loeliger <jdl@freescale.com>
Thu, 17 Jan 2008 18:15:41 +0000 (12:15 -0600)
Enable command-line editing for all MPC86xx boards.

Signed-off-by: Timur Tabi <timur@freescale.com>
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h

index ac4b3e133f4fdfe00cda633652f369219ca5ec0b..a53953c29c7316e07df9347dbec9f867ed192a4e 100644 (file)
  * Miscellaneous configurable options
  */
 #define CFG_LONGHELP                   /* undef to save memory */
+#define CONFIG_CMDLINE_EDITING          /* Command-line editing */
 #define CFG_LOAD_ADDR  0x2000000       /* default load address */
 #define CFG_PROMPT     "=> "           /* Monitor Command Prompt */
 
index ab875f036c9c1122ae6e4d0145eaf9fc8260e72d..985182fdec6dab06097c48da3ee294ef678a6e86 100644 (file)
@@ -555,6 +555,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
  * Miscellaneous configurable options
  */
 #define CFG_LONGHELP                   /* undef to save memory */
+#define CONFIG_CMDLINE_EDITING          /* Command-line editing */
 #define CFG_LOAD_ADDR  0x2000000       /* default load address */
 #define CFG_PROMPT     "=> "           /* Monitor Command Prompt */