From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Thu, 19 Feb 2009 20:45:47 -0600 Subject: [U-Boot] [PATCH] ARM:PXA Use new definitions in mmc.h In-Reply-To: <20090220022251.GF27473@game.jcrosoft.org> References: <1235094810-12920-1-git-send-email-Tom.Rix@windriver.com> <20090220022251.GF27473@game.jcrosoft.org> Message-ID: <499E195B.5070301@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 19:53 Thu 19 Feb , Tom Rix wrote: > >> In old code or current u-boot-arm MMC_CMD_WRITE_BLOCK == 24. >> In new mmc.h 24 is MMC_CMD_WRITE_SINGLE_BLOCK >> >> Change mmc_read to conform to mmc.h declaration. >> >> Signed-off-by: Tom Rix >> --- >> > NACK the drivers need to be really update > but for now we juct rename this function > > please take a look on this > Subject: [PATCH 4/8 V2] Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread > functions > > Best Regards, > J. > I see the patch at. http://www.mail-archive.com/u-boot at lists.denx.de/msg08137.html Do you want me to go ahead with this or wait for someone with a pxa target to run this down? Tom