From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Sakoman Date: Thu, 01 Jul 2010 06:58:33 -0700 Subject: [U-Boot] [PATCH v4 3/6] ARMV7: Restructure OMAP mmc driver to allow code sharing between OMAP3 and OMAP4 In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D9EEC56EA@dlee01.ent.ti.com> References: <1277159650-18529-1-git-send-email-steve@sakoman.com> <1277159650-18529-4-git-send-email-steve@sakoman.com> <0554BEF07D437848AF01B9C9B5F0BC5D9EEC56EA@dlee01.ent.ti.com> Message-ID: <1277992713.2091.26.camel@quadra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2010-06-30 at 14:26 -0500, Paulraj, Sandeep wrote: > > > Subject: [U-Boot] [PATCH v4 3/6] ARMV7: Restructure OMAP mmc driver to > > allow code sharing between OMAP3 and OMAP4 > > > > The architecture independent header is moved to drivers/mmc, and the > > architecture > > dependent headers reside in asm/arch-omap3 and asm/arch-omap4 > > > > Signed-off-by: Steve Sakoman > > --- > > > This patch did not apply clean. > > > I have fixed it. Pushed to u-boot-ti I'm not quite sure what went wrong here, but I think it might be that you applied the patches in a different order than the submission. I'm 99% sure that the fix mentioned above is what causes the compile error you mention in the thread: RE: [U-Boot] [PATCH v4 0/6] Add support for TI OMAP4 SDP and Panda I'll give more details in my response to that email. Steve