diff options
| author | Andre Przywara <andre.przywara@linaro.org> | 2013-04-09 02:20:33 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-05-23 11:22:51 +0200 | 
| commit | d21c3afab7152030adbe4c280acdb26a492fc162 (patch) | |
| tree | b16d19cde251735fa54125a28e26654aeead1ba2 | |
| parent | 3d3ae8502db4bc0a4e182d3a09311e2e60b22b63 (diff) | |
| download | olio-uboot-2014.01-d21c3afab7152030adbe4c280acdb26a492fc162.tar.xz olio-uboot-2014.01-d21c3afab7152030adbe4c280acdb26a492fc162.zip | |
ARM: vexpress: enable bootz and hush parser for all VExpress boards
Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
| -rw-r--r-- | include/configs/vexpress_common.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index cd268e307..3c5683aaa 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,8 @@  #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_BARGSIZE		CONFIG_SYS_CBSIZE /* Boot args buffer */  #define CONFIG_CMD_SOURCE  #define CONFIG_SYS_LONGHELP |