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

10 Aug
2011
10 Aug
'11
7:24 a.m.
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 --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
5023
Age (days ago)
5023
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joe Hershberger