diff options
Diffstat (limited to 'include/configs/edison.h')
-rw-r--r-- | include/configs/edison.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h index 79dd690e71..dcfd311f25 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -18,14 +18,11 @@ /* DISK Partition support */ /* Miscellaneous configurable options */ -#define CONFIG_SYS_LONGHELP #define CONFIG_SYS_CBSIZE 2048 #define CONFIG_SYS_MAXARGS 128 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -#define CONFIG_AUTO_COMPLETE - /* Memory */ #define CONFIG_SYS_LOAD_ADDR 0x100000 #define CONFIG_PHYSMEM |