[U-Boot] [PATCH] MX31: Enabling hush shell for the QONG module

Stefano Babic sbabic at denx.de
Wed Apr 28 13:58:56 CEST 2010


Signed-off-by: Stefano Babic <sbabic at denx.de>
---
 include/configs/qong.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/qong.h b/include/configs/qong.h
index 067dc79..c448f6c 100644
--- a/include/configs/qong.h
+++ b/include/configs/qong.h
@@ -187,6 +187,8 @@
 
 #define CONFIG_SYS_HZ			1000
 
+#define CONFIG_SYS_HUSH_PARSER		/* Use the HUSH parser          */
+#define	CONFIG_SYS_PROMPT_HUSH_PS2	"=> "
 #define CONFIG_CMDLINE_EDITING	1
 
 #define CONFIG_MISC_INIT_R	1
-- 
1.6.3.3



More information about the U-Boot mailing list