[U-Boot] [U-Boot, 6/7] arm: dra7xx: Add board files for DRA7XX socs

Tom Rini trini at ti.com
Mon Mar 11 19:35:51 CET 2013


On Tue, Feb 12, 2013 at 09:29:08PM -0000, Lokesh Vutla wrote:

> Adding new board files for DRA7XX socs.
> The pad registers layout is changed completely from OMAP5
> So introducing the new structure here and also adding the
> minimal data.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
> Signed-off-by: Nishant Kamat <nskamat at ti.com>
> Signed-off-by: R Sricharan <r.sricharan at ti.com>
> Reviewed-by: Tom Rini <trini at ti.com>

With the following change to adapt to the omap_mmc_init changes I've
also taken into u-boot-ti/master:

diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c
index cd344da..7bbb549 100644
--- a/board/ti/dra7xx/evm.c
+++ b/board/ti/dra7xx/evm.c
@@ -96,8 +96,8 @@ void set_muxconf_regs_essential(void)
 #if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_GENERIC_MMC)
 int board_mmc_init(bd_t *bis)
 {
-	omap_mmc_init(0, 0, 0);
-	omap_mmc_init(1, 0, 0);
+	omap_mmc_init(0, 0, 0, -1, -1);
+	omap_mmc_init(1, 0, 0, -1, -1);
 	return 0;
 }
 #endif

This is now applied to u-boot-ti/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130311/c964fc73/attachment.pgp>


More information about the U-Boot mailing list