
23 Apr
2012
23 Apr
'12
6:31 p.m.
Allow booting a zImage kernel.
Cc: Jason Liu r64343@freescale.com Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- 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 e83aec6..90652c6 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
--
1.7.1