[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 --- drivers/mmc/mmc.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff

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 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 You've got a typo in th

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 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 adm

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 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 > wrote: > > > Cards which are not compatible with SD 2.0 standard, cat return > response > > > for CMD8 command, but it will