diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/axs10x.h | 1 | ||||
-rw-r--r-- | include/configs/nsim.h | 1 | ||||
-rw-r--r-- | include/configs/tb100.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 66e8cd5e9a..e78a7a140a 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -96,6 +96,7 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 16 +#define CONFIG_CMDLINE_EDITING /* * Environment settings diff --git a/include/configs/nsim.h b/include/configs/nsim.h index d6d26c74b4..5bbf610846 100644 --- a/include/configs/nsim.h +++ b/include/configs/nsim.h @@ -37,6 +37,7 @@ */ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 16 +#define CONFIG_CMDLINE_EDITING /* * Environment settings diff --git a/include/configs/tb100.h b/include/configs/tb100.h index 115b3b3c5b..fe8e6c4e3b 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -60,6 +60,7 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_MAXARGS 16 +#define CONFIG_CMDLINE_EDITING /* * Environment settings |