diff options
author | Fabio Estevam | 2012-04-23 06:31:17 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-05-15 08:31:32 +0200 |
commit | f0e77b35be03e151f431b1efbe3a8b1a5bfc0018 (patch) | |
tree | a601bc844275ee2a3c20697048ec52a62bce5929 /include/configs/mx6qarm2.h | |
parent | 5fbfd1c29bce9446f7151ae514cfc71fba00cf3d (diff) |
mx6qarm2: Allow booting a zImage kernel
Allow booting a zImage kernel.
Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx6qarm2.h')
-rw-r--r-- | include/configs/mx6qarm2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index e83aec6c21e..90652c66299 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -168,6 +168,7 @@ #define CONFIG_SYS_MMC_ENV_DEV 1 #define CONFIG_OF_LIBFDT +#define CONFIG_CMD_BOOTZ #define CONFIG_SYS_DCACHE_OFF |