summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-31 12:11:58 -0500
committerJustin Waters <justin.waters@timesys.com>2012-09-05 14:57:54 -0400
commit00d99b0a8eb03ae2e39d4ac5c7da83c09bc20549 (patch)
tree02bdef8a24b47fc48c673d8bfd3983a2d65a6b9e
parentce3917b48651b47f09a83d8d966992a5bd79888c (diff)
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>
-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 b8a6f76e38..0dbd5ae2a5 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