
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/mx51evk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index d3edcba..8cf59fe 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -144,7 +144,7 @@ ***********************************************************/
#include <config_cmd_default.h> - +#define CONFIG_CMD_BOOTZ #undef CONFIG_CMD_IMLS
#define CONFIG_CMD_DATE
--
1.7.9.5