[U-Boot] [PATCH 13/18] mmc: the ext_csd data may be used during init even if reading failed

2014-11-28 Thread Diego Santa Cruz
The mmc_startup() function uses the ext_csd data even if reading it from the mmc device failed. This bug was introduced in commit bc897b1d4d86597311430dbe7b3e6c807c8c53e5. We now bail out if reading it fails, this should not be a problem as ext_csd was introduced in MMC 4.0 and this code is

Re: [U-Boot] [PATCH 13/18] mmc: the ext_csd data may be used during init even if reading failed

2014-11-28 Thread Pantelis Antoniou
On Nov 28, 2014, at 11:10 , Diego Santa Cruz diego.santac...@spinetix.com wrote: The mmc_startup() function uses the ext_csd data even if reading it from the mmc device failed. This bug was introduced in commit bc897b1d4d86597311430dbe7b3e6c807c8c53e5. We now bail out if reading it