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:
parent
3f0675d1a5
commit
35897c86b9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue