
24 Oct
2012
24 Oct
'12
9:44 p.m.
From: Fabio Estevam fabio.estevam@freescale.com
Allow booting a zImage kernel.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/mx25pdk.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index bd000a7..1dddf50 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -83,6 +83,7 @@
/* U-Boot commands */ #include <config_cmd_default.h> +#define CONFIG_CMD_BOOTZ #define CONFIG_CMD_CACHE
/* Ethernet */
--
1.7.9.5