summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-23 14:18:18 +0100
committerWolfgang Denk <wd@denx.de>2008-01-23 14:18:18 +0100
commited3afca32e1b28e441bc9f4b804edac47686554e (patch)
tree3cc7a6007903e1af8d7828ac5abb42e992fc3f92 /include/configs
parent39166b5c9e7160761419f816f995b1d8029aa4a7 (diff)
parentd59feffb42c9f174116db7a82a311df98983dfce (diff)
downloadtalos-obmc-uboot-ed3afca32e1b28e441bc9f4b804edac47686554e.tar.gz
talos-obmc-uboot-ed3afca32e1b28e441bc9f4b804edac47686554e.zip
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/MPC8610HPCD.h1
-rw-r--r--include/configs/MPC8641HPCN.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h
index ac4b3e133f..a53953c29c 100644
--- a/include/configs/MPC8610HPCD.h
+++ b/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 */
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h
index ab875f036c..985182fdec 100644
--- a/include/configs/MPC8641HPCN.h
+++ b/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 */
OpenPOWER on IntegriCloud