diff options
Diffstat (limited to 'include/configs/strider.h')
-rw-r--r-- | include/configs/strider.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/strider.h b/include/configs/strider.h index 24ba717c56..14b03c813b 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -542,13 +542,9 @@ void fpga_control_clear(unsigned int bus, int pin); * Command line configuration. */ -#define CONFIG_CMDLINE_EDITING 1 /* add command line history */ -#define CONFIG_AUTO_COMPLETE /* add autocompletion support */ - /* * Miscellaneous configurable options */ -#define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1ms ticks */ |