From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 20 Feb 2009 03:53:53 +0100 Subject: [U-Boot] [PATCH] ARM:PXA Use new definitions in mmc.h In-Reply-To: <499E195B.5070301@windriver.com> References: <1235094810-12920-1-git-send-email-Tom.Rix@windriver.com> <20090220022251.GF27473@game.jcrosoft.org> <499E195B.5070301@windriver.com> Message-ID: <20090220025353.GA9141@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20:45 Thu 19 Feb , Tom wrote: > 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? I've send the updated patch and pull request Best Regards, J.