configs: EB+MCF-EV123.h: Fix typo on CONFIG_SYS_HUSH_PARSER

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>
This commit is contained in:
Fabio Estevam 2012-03-31 10:47:45 +00:00 committed by Anatolij Gustschin
parent 3f0675d1a5
commit 35897c86b9
1 changed files with 2 additions and 1 deletions

View File

@ -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