diff mbox

[U-Boot] boards: axs10x, nsim, tb100: Enable cmdline history

Message ID 1492762313-30164-1-git-send-email-abrodkin@synopsys.com
State Accepted, archived
Commit 06bd1d7f9543db71851d8bac026c321ee6cd3b86
Delegated to: Alexey Brodkin
Headers show

Commit Message

Alexey Brodkin April 21, 2017, 8:11 a.m. UTC
Enable shell commands history on ARC boards for
more convenience of users.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
---
 include/configs/axs10x.h | 1 +
 include/configs/nsim.h   | 1 +
 include/configs/tb100.h  | 1 +
 3 files changed, 3 insertions(+)
diff mbox

Patch

diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h
index 768e8fbfa423..8ff998ed98aa 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 d6d26c74b43b..5bbf6108463e 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 115b3b3c5be5..fe8e6c4e3b30 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