[U-Boot] [PATCH 2/5] mx25pdk: Allow booting a zImage kernel

Fabio Estevam festevam at gmail.com
Wed Oct 24 21:44:27 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/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



More information about the U-Boot mailing list