diff options
author | Stefan Roese | 2006-08-07 14:33:32 +0200 |
---|---|---|
committer | Stefan Roese | 2006-08-07 14:33:32 +0200 |
commit | 4f92ed5fc083631ac7aef6c027cdf1177befd204 (patch) | |
tree | be6e878aee7d2535ad8e137c8c684a5e394a9fc1 /include/configs/bamboo.h | |
parent | 9ede3cc5113de1d55978d63f19358acf048a23fb (diff) |
Add commandline history support to all AMCC eval boards
Patch by Stefan Roese, 07 Aug 2006
Diffstat (limited to 'include/configs/bamboo.h')
-rw-r--r-- | include/configs/bamboo.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 2c1c31927c1..cd4339b5822 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -310,11 +310,11 @@ #define CONFIG_COMMANDS (CONFIG_CMD_DFL | \ CFG_CMD_ASKENV | \ - CFG_CMD_EEPROM | \ CFG_CMD_DATE | \ CFG_CMD_DHCP | \ CFG_CMD_DIAG | \ CFG_CMD_ELF | \ + CFG_CMD_EEPROM | \ CFG_CMD_I2C | \ CFG_CMD_IRQ | \ CFG_CMD_MII | \ @@ -358,13 +358,11 @@ #define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */ -#define CONFIG_CMDLINE_EDITING - -#ifdef CONFIG_CMDLINE_EDITING -#undef CONFIG_AUTO_COMPLETE -#else -#define CONFIG_AUTO_COMPLETE -#endif +#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 */ /*----------------------------------------------------------------------- * PCI stuff |