From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 20 Feb 2009 03:22:51 +0100 Subject: [U-Boot] [PATCH] ARM:PXA Use new definitions in mmc.h In-Reply-To: <1235094810-12920-1-git-send-email-Tom.Rix@windriver.com> References: <1235094810-12920-1-git-send-email-Tom.Rix@windriver.com> Message-ID: <20090220022251.GF27473@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 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.