[U-Boot] [PATCH 3/5] mx51evk: Allow booting a zImage kernel

Fabio Estevam festevam at gmail.com
Wed Oct 24 21:44:28 CEST 2012


From: Fabio Estevam <fabio.estevam at freescale.com>

Allow booting a zImage kernel.

Signed-off-by: Fabio Estevam <fabio.estevam at 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



More information about the U-Boot mailing list