[U-Boot] [PATCH] mmc: Fix mmc bus width

2014-09-30 Thread Mario Schuknecht
After setting the bus width, the extended CSD register is read. Some selected fields are compared with previously read extended CSD register fields. In this comparison the EXT_CSD_ERASE_GROUP_DEF field is compared. But this field is previously written under certain circumstances. And then the compa

Re: [U-Boot] [PATCH] mmc: Fix mmc bus width

2014-10-02 Thread Pantelis Antoniou
Hi Mario, On Sep 30, 2014, at 6:04 PM, Mario Schuknecht wrote: > After setting the bus width, the extended CSD register is read. Some selected > fields are compared with previously read extended CSD register fields. In this > comparison the EXT_CSD_ERASE_GROUP_DEF field is compared. But this fi