diff options
Diffstat (limited to 'include/configs/mxs.h')
-rw-r--r-- | include/configs/mxs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 31877b8ec1..5d07c9f199 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -81,13 +81,10 @@ #define CONFIG_SPL_TEXT_BASE 0x00001000 /* U-Boot general configuration */ -#define CONFIG_SYS_LONGHELP #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ #define CONFIG_SYS_MAXARGS 32 /* Max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */ -#define CONFIG_AUTO_COMPLETE /* Command auto complete */ -#define CONFIG_CMDLINE_EDITING /* Command history etc */ /* Booting Linux */ #define CONFIG_CMDLINE_TAG |