diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2017-04-21 11:04:19 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2017-06-29 19:34:10 +0300 |
commit | 06bd1d7f9543db71851d8bac026c321ee6cd3b86 (patch) | |
tree | 30bfb47ca54fc08ce727612e86991cc88fc67e0d /include/configs/tb100.h | |
parent | f04796b4a9eba7e1c2a906ecbb6872f9927a407a (diff) | |
download | u-boot-06bd1d7f9543db71851d8bac026c321ee6cd3b86.tar.gz |
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>
Diffstat (limited to 'include/configs/tb100.h')
-rw-r--r-- | include/configs/tb100.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |