summaryrefslogtreecommitdiffstats
path: root/include/configs/bubinga.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2006-08-07 14:33:32 +0200
committerStefan Roese <sr@denx.de>2006-08-07 14:33:32 +0200
commit4f92ed5fc083631ac7aef6c027cdf1177befd204 (patch)
treebe6e878aee7d2535ad8e137c8c684a5e394a9fc1 /include/configs/bubinga.h
parent9ede3cc5113de1d55978d63f19358acf048a23fb (diff)
downloadblackbird-obmc-uboot-4f92ed5fc083631ac7aef6c027cdf1177befd204.tar.gz
blackbird-obmc-uboot-4f92ed5fc083631ac7aef6c027cdf1177befd204.zip
Add commandline history support to all AMCC eval boards
Patch by Stefan Roese, 07 Aug 2006
Diffstat (limited to 'include/configs/bubinga.h')
-rw-r--r--include/configs/bubinga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/bubinga.h b/include/configs/bubinga.h
index 4a79835d6a..a66cdc3956 100644
--- a/include/configs/bubinga.h
+++ b/include/configs/bubinga.h
@@ -200,8 +200,9 @@
#define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
-#define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */
+#define CONFIG_CMDLINE_EDITING 1 /* add command line history */
#define CONFIG_LOOPW 1 /* enable loopw command */
+#define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
OpenPOWER on IntegriCloud