mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
boards: axs10x, nsim, tb100: Enable cmdline history
Enable shell commands history on ARC boards for more convenience of users. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
parent
f04796b4a9
commit
06bd1d7f95
3 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
|
||||
#define CONFIG_AUTO_COMPLETE
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
#define CONFIG_CMDLINE_EDITING
|
||||
|
||||
/*
|
||||
* Environment settings
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
*/
|
||||
#define CONFIG_AUTO_COMPLETE
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
#define CONFIG_CMDLINE_EDITING
|
||||
|
||||
/*
|
||||
* Environment settings
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
|
||||
#define CONFIG_AUTO_COMPLETE
|
||||
#define CONFIG_SYS_MAXARGS 16
|
||||
#define CONFIG_CMDLINE_EDITING
|
||||
|
||||
/*
|
||||
* Environment settings
|
||||
|
|
Loading…
Reference in a new issue