[U-Boot] [PATCH 4/5] mx35pdk: Allow booting a zImage kernel

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

diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h
index 826c912..d8f28f3 100644
--- a/include/configs/mx35pdk.h
+++ b/include/configs/mx35pdk.h
@@ -94,6 +94,7 @@
 
 #include <config_cmd_default.h>
 
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_DHCP
 #define CONFIG_BOOTP_SUBNETMASK
-- 
1.7.9.5



More information about the U-Boot mailing list