[U-Boot] [PATCH 1/5] mx53loco: Allow booting a zImage kernel

Fabio Estevam festevam at gmail.com
Wed Oct 24 21:44:26 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/mx53loco.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 0658dd3..25672c0 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -103,6 +103,7 @@
 
 /* Command definition */
 #include <config_cmd_default.h>
+#define CONFIG_CMD_BOOTZ
 
 #undef CONFIG_CMD_IMLS
 
-- 
1.7.9.5



More information about the U-Boot mailing list