[U-Boot] [PATCH 1/1] ARM: igep00x0.h: Enable raw initrd support

Javier Martinez Canillas javier at dowhile0.org
Sun Aug 11 18:20:00 CEST 2013


Now that IGEP base boards default environment use
the bootz command to boot a zImage instead of a
uImage, it makes sense to add support to supply a
raw initrd image to the kernel if needed.

Signed-off-by: Javier Martinez Canillas <javier.martinez at collabora.co.uk>
---
 include/configs/igep00x0.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
index 13d58a4..ed8c927 100644
--- a/include/configs/igep00x0.h
+++ b/include/configs/igep00x0.h
@@ -44,6 +44,7 @@
 
 #define CONFIG_OF_LIBFDT
 #define CONFIG_CMD_BOOTZ
+#define CONFIG_SUPPORT_RAW_INITRD
 
 /*
  * NS16550 Configuration
-- 
1.7.7.6



More information about the U-Boot mailing list