summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-31 12:11:58 -0500
committerMahesh Mahadevan <r9aadq@freescale.com>2011-11-01 04:50:22 -0500
commit3dc5c067ea894b909bd6404530e399f90e78b8fe (patch)
tree02bdef8a24b47fc48c673d8bfd3983a2d65a6b9e /include/configs
parentc1c2931c8e4b41e949fc1e77999b41c32f26da7b (diff)
downloadu-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.h4
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