Re: [U-Boot] [PATCH] mmc: Remove return from mmc_init for non SD 2.0 compatible cards.

2009-06-02 Thread Andy Fleming
On Thu, May 7, 2009 at 4:52 PM, Yauhen Kharuzhy jek...@gmail.com wrote: On Thu, May 07, 2009 at 03:13:40PM -0500, Andy Fleming wrote: On Thu, May 7, 2009 at 5:08 AM, Yauhen Kharuzhy jek...@gmail.com wrote: Cards which are not compatible with SD 2.0 standard, cat return response for

[U-Boot] [PATCH] mmc: Remove return from mmc_init for non SD 2.0 compatible cards.

2009-05-07 Thread Yauhen Kharuzhy
Cards which are not compatible with SD 2.0 standard, cat return response for CMD8 command, but it will be invalid in terms of SD 2.0. We should accept this case as admissible. Signed-off-by: Yauhen Kharuzhy jek...@gmail.com --- drivers/mmc/mmc.c |4 1 files changed, 0 insertions(+), 4

Re: [U-Boot] [PATCH] mmc: Remove return from mmc_init for non SD 2.0 compatible cards.

2009-05-07 Thread Andy Fleming
On Thu, May 7, 2009 at 5:08 AM, Yauhen Kharuzhy jek...@gmail.com wrote: Cards which are not compatible with SD 2.0 standard, cat return response for CMD8 command, but it will be invalid in terms of SD 2.0. We should accept this case as admissible. Signed-off-by: Yauhen Kharuzhy

Re: [U-Boot] [PATCH] mmc: Remove return from mmc_init for non SD 2.0 compatible cards.

2009-05-07 Thread Yauhen Kharuzhy
On Thu, May 07, 2009 at 03:13:40PM -0500, Andy Fleming wrote: On Thu, May 7, 2009 at 5:08 AM, Yauhen Kharuzhy jek...@gmail.com wrote: Cards which are not compatible with SD 2.0 standard, cat return response for CMD8 command, but it will be invalid in terms of SD 2.0. We should accept this