Re: [U-Boot] [PATCHv2] MMC: disable multiblock rw on old rev OMAP3 silicon

2011-04-14 Thread Andy Fleming
On Apr 14, 2011, at 10:46 AM, John Rigby wrote: > Make existing field b_max field in struct mmc unconditional > and use it instead of CONFIG_SYS_MMC_MAX_BLK_COUNT in mmc_bread > and mmc_bwrite. > > Initialize b_max to CONFIG_SYS_MMC_MAX_BLK_COUNT in mmc_register > if it has not been initialized

[U-Boot] [PATCHv2] MMC: disable multiblock rw on old rev OMAP3 silicon

2011-04-14 Thread John Rigby
Make existing field b_max field in struct mmc unconditional and use it instead of CONFIG_SYS_MMC_MAX_BLK_COUNT in mmc_bread and mmc_bwrite. Initialize b_max to CONFIG_SYS_MMC_MAX_BLK_COUNT in mmc_register if it has not been initialized by the hw driver. Initialize b_max to 1 in omap_hsmmc.c for o