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

Joe Hershberger joe.hershberger at ni.com
Wed Aug 10 07:24:12 CEST 2011


Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
Cc: Joe Hershberger <joe.hershberger at gmail.com>
Cc: Sandeep Paulraj <s-paulraj at ti.com>
---
 include/configs/omap4_panda.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

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
  */
-- 
1.6.0.2



More information about the U-Boot mailing list