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

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


Allow booting a zImage kernel.

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

diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index cb4ff37..31dc718 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -67,6 +67,7 @@
 #define CONFIG_CMD_SF
 #define CONFIG_CMD_SPI
 #define CONFIG_CMD_USB
+#define CONFIG_CMD_BOOTZ
 
 /*
  * Memory configurations
-- 
1.7.1




More information about the U-Boot mailing list