Преглед на файлове

86xx: enable command-line editing

Enable command-line editing for all MPC86xx boards.

Signed-off-by: Timur Tabi <timur@freescale.com>
Timur Tabi преди 17 години
родител
ревизия
6bee764bd6
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      include/configs/MPC8610HPCD.h
  2. 1 0
      include/configs/MPC8641HPCN.h

+ 1 - 0
include/configs/MPC8610HPCD.h

@@ -493,6 +493,7 @@
  * 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 */
 

+ 1 - 0
include/configs/MPC8641HPCN.h

@@ -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 */