projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0675d
)
configs: EB+MCF-EV123.h: Fix typo on CONFIG_SYS_HUSH_PARSER
author
Fabio Estevam
<festevam@gmail.com>
Sat, 31 Mar 2012 10:47:45 +0000
(10:47 +0000)
committer
Anatolij Gustschin
<agust@denx.de>
Tue, 10 Apr 2012 21:18:58 +0000
(23:18 +0200)
Fix typo on CONFIG_SYS_HUSH_PARSER and also add CONFIG_SYS_PROMPT_HUSH_PS2
to avoid build error.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/EB+MCF-EV123.h
patch
|
blob
|
history
diff --git
a/include/configs/EB+MCF-EV123.h
b/include/configs/EB+MCF-EV123.h
index 1f774a93202d9a811e6d4dc3dd3f159c82ddd0f6..346b49cf4ea6644eebc5fd07bd9e6edb156ff143 100644
(file)
--- a/
include/configs/EB+MCF-EV123.h
+++ b/
include/configs/EB+MCF-EV123.h
@@
-90,7
+90,8
@@
#define CONFIG_BOOTDELAY 5
-#define CONFIG_HUSH_PARSER
+#define CONFIG_SYS_HUSH_PARSER
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#define CONFIG_SYS_PROMPT "\nEV123 U-Boot> "
#define CONFIG_SYS_LONGHELP 1