From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Date: Tue, 12 Mar 2013 09:17:14 +0530 Subject: [U-Boot] [U-Boot, 6/7] arm: dra7xx: Add board files for DRA7XX socs In-Reply-To: <20130311183551.GI27930@bill-the-cat> References: <1360740549-32588-7-git-send-email-lokeshvutla@ti.com> <20130311183551.GI27930@bill-the-cat> Message-ID: <513EA542.1070400@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 12 March 2013 12:05 AM, Tom Rini wrote: > 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 >> Signed-off-by: Nishant Kamat >> Signed-off-by: R Sricharan >> Reviewed-by: Tom Rini > 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! > > > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot Thanks Tom.. Regards, Sricharan