diff mbox

[U-Boot,4/4] ARM: vexpress: enable bootz and hush parser for all VExpress boards

Message ID 1365429591-23059-5-git-send-email-andre.przywara@linaro.org
State Superseded
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Andre Przywara April 8, 2013, 1:59 p.m. UTC
Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
---
 include/configs/vexpress_common.h | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Tom Rini April 8, 2013, 2:36 p.m. UTC | #1
On Mon, Apr 08, 2013 at 03:59:51PM +0200, Andre Przywara wrote:

> Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
[snip]
> +#define CONFIG_SYS_PROMPT_HUSH_PS2	"> "

You don't need this one anymore.  And I think you forgot
--subject-prefix 'PATCH v3' on the git send-email :)
diff mbox

Patch

diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h
index cd268e3..f5125c0 100644
--- a/include/configs/vexpress_common.h
+++ b/include/configs/vexpress_common.h
@@ -179,6 +179,8 @@ 
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_SAVEENV
 #define CONFIG_CMD_RUN
+#define CONFIG_CMD_BOOTZ
+#define CONFIG_SUPPORT_RAW_INITRD
 
 #define CONFIG_CMD_FAT
 #define CONFIG_DOS_PARTITION		1
@@ -302,6 +304,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