diff mbox

[U-Boot] omap4_panda: Enable command-line editing and hush shell by default on panda board

Message ID 1312953852-22806-1-git-send-email-joe.hershberger@ni.com
State Not Applicable
Delegated to: Tom Rini
Headers show

Commit Message

Joe Hershberger Aug. 10, 2011, 5:24 a.m. UTC
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
---
 include/configs/omap4_panda.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index e313231..a3f13e5 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -192,6 +192,12 @@ 
 /* Boot Argument Buffer Size */
 #define CONFIG_SYS_BARGSIZE		(CONFIG_SYS_CBSIZE)
 
+#define CONFIG_CMDLINE_EDITING 1
+
+/* Use the HUSH parser */
+#define CONFIG_SYS_HUSH_PARSER
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
+
 /*
  * memtest setup
  */