diff options
author | Mahesh Mahadevan <r9aadq@freescale.com> | 2011-10-31 12:11:58 -0500 |
---|---|---|
committer | Mahesh Mahadevan <r9aadq@freescale.com> | 2011-11-01 04:50:22 -0500 |
commit | 3dc5c067ea894b909bd6404530e399f90e78b8fe (patch) | |
tree | 02bdef8a24b47fc48c673d8bfd3983a2d65a6b9e /include/configs | |
parent | c1c2931c8e4b41e949fc1e77999b41c32f26da7b (diff) | |
download | u-boot-imx-3dc5c067ea894b909bd6404530e399f90e78b8fe.zip u-boot-imx-3dc5c067ea894b909bd6404530e399f90e78b8fe.tar.gz u-boot-imx-3dc5c067ea894b909bd6404530e399f90e78b8fe.tar.bz2 |
ENGR00161126 Enable Hush parser in MX6Q Sabrelite config
Enable the Hush parser in the Sabrelite config to parse boot
scripts.
Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6q_sabrelite.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6q_sabrelite.h b/include/configs/mx6q_sabrelite.h index b8a6f76..0dbd5ae 100644 --- a/include/configs/mx6q_sabrelite.h +++ b/include/configs/mx6q_sabrelite.h @@ -153,6 +153,10 @@ #define CONFIG_SYS_HZ 1000 #define CONFIG_CMDLINE_EDITING +#define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ +#ifdef CONFIG_SYS_HUSH_PARSER +#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " +#endif #define CONFIG_FEC0_IOBASE ENET_BASE_ADDR #define CONFIG_FEC0_PINMUX -1 |