projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ffb18
)
LWMON5: enable hush shell as command line parser
author
Wolfgang Denk
<wd@denx.de>
Tue, 15 Jan 2008 23:01:01 +0000
(
00:01
+0100)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 15 Jan 2008 23:01:01 +0000
(
00:01
+0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/configs/lwmon5.h
patch
|
blob
|
history
diff --git
a/include/configs/lwmon5.h
b/include/configs/lwmon5.h
index c5c2724dd2d6ab29b7aaec44d5b37d817f2edb61..d8a2267b9a5c85240037c36abe73ba08006ac0c3 100644
(file)
--- a/
include/configs/lwmon5.h
+++ b/
include/configs/lwmon5.h
@@
-321,6
+321,12
@@
#define CFG_LONGHELP /* undef to save memory */
#define CFG_PROMPT "=> " /* Monitor Command Prompt */
+
+#define CFG_HUSH_PARSER 1 /* Use the HUSH parser */
+#ifdef CFG_HUSH_PARSER
+#define CFG_PROMPT_HUSH_PS2 "> "
+#endif
+
#if defined(CONFIG_CMD_KGDB)
#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
#else