[U-Boot] [PATCH 0/2] Enable raw initrd support for TI boards

Enable raw initrd support for TI boards. Build tested with ./MAKEALL -v ti Runtime tested on a Pandaboard (rev. A3) and on a Beagleboard xM (rev. B).
--- Guillaume GARDET (2): ARM: TI: Enable raw initrd support ARM: TI: omap3: remove raw initrd support in omap3_igep00x0 config file since it is now in ti_armv7_common.h
include/configs/omap3_igep00x0.h | 2 -- include/configs/ti_armv7_common.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-)

Signed-off-by: Guillaume GARDET guillaume.gardet@free.fr Cc: Tom Rini trini@ti.com
--- include/configs/ti_armv7_common.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 85171db..7d07bcd 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -174,6 +174,7 @@ #define CONFIG_CMD_ASKENV #define CONFIG_CMD_ECHO #define CONFIG_CMD_BOOTZ +#define CONFIG_SUPPORT_RAW_INITRD
/* * Common filesystems support. When we have removable storage we

On Mon, Nov 03, 2014 at 02:26:17PM +0100, Guillaume GARDET wrote:
Signed-off-by: Guillaume GARDET guillaume.gardet@free.fr Cc: Tom Rini trini@ti.com
Reviewed-by: Tom Rini trini@ti.com

On Mon, Nov 03, 2014 at 02:26:17PM +0100, Guillaume GARDET wrote:
Signed-off-by: Guillaume GARDET guillaume.gardet@free.fr Cc: Tom Rini trini@ti.com Reviewed-by: Tom Rini trini@ti.com
Applied to u-boot-ti/master, thanks!

Signed-off-by: Guillaume GARDET guillaume.gardet@free.fr Cc: Tom Rini trini@ti.com
--- include/configs/omap3_igep00x0.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 006c9a9..b2b3750 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -29,8 +29,6 @@
#define CONFIG_REVISION_TAG 1
-#define CONFIG_SUPPORT_RAW_INITRD - /* define to enable boot progress via leds */ #if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020) || \ (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030)

On Mon, Nov 03, 2014 at 02:26:18PM +0100, Guillaume GARDET wrote:
Signed-off-by: Guillaume GARDET guillaume.gardet@free.fr Cc: Tom Rini trini@ti.com
Reviewed-by: Tom Rini trini@ti.com

On Mon, Nov 03, 2014 at 02:26:18PM +0100, Guillaume GARDET wrote:
Signed-off-by: Guillaume GARDET guillaume.gardet@free.fr Cc: Tom Rini trini@ti.com Reviewed-by: Tom Rini trini@ti.com
Applied to u-boot-ti/master, thanks!
participants (2)
-
Guillaume GARDET
-
Tom Rini