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

Fabio Estevam fabio.estevam at freescale.com
Mon Apr 23 18:31:18 CEST 2012


Allow booting a zImage kernel.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 include/configs/mx31pdk.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index 49d440b..6ce97bc 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -99,6 +99,7 @@
 #define CONFIG_CMD_SPI
 #define CONFIG_CMD_DATE
 #define CONFIG_CMD_NAND
+#define CONFIG_CMD_BOOTZ
 
 /*
  * Disabled due to compilation errors in cmd_bootm.c (IMLS seems to require
-- 
1.7.1




More information about the U-Boot mailing list