[U-Boot] [PATCH 5/5] ARM: vexpress: enable bootz and hush parser for all VExpress boards
Andre Przywara
andre.przywara at linaro.org
Wed Apr 3 15:44:36 CEST 2013
Signed-off-by: Andre Przywara <andre.przywara at linaro.org>
---
include/configs/vexpress_common.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h
index cd268e3..65d0ce4 100644
--- a/include/configs/vexpress_common.h
+++ b/include/configs/vexpress_common.h
@@ -179,6 +179,7 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_SAVEENV
#define CONFIG_CMD_RUN
+#define CONFIG_CMD_BOOTZ
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION 1
@@ -302,6 +303,9 @@
#define CONFIG_SYS_PROMPT "VExpress# "
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)
+#define CONFIG_SYS_HUSH_PARSER
+#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
+
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */
#define CONFIG_CMD_SOURCE
#define CONFIG_SYS_LONGHELP
--
1.7.12.1
More information about the U-Boot
mailing list