Re: [U-Boot] [PATCH] mmc: set rca to 1 for MMC cards

2014-02-07 Thread Pantelis Antoniou
Looks good. On Jan 31, 2014, at 1:11 AM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com U-Boot currently sets MMC cards' RCA register to 0. This value is reserved according to the specification. Use a value of 1 instead, just like the Linux kernel. Signed-off-by: Stephen

Re: [U-Boot] [PATCH] mmc: set rca to 1 for MMC cards

2014-02-03 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 01/31/2014 08:11 AM, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com U-Boot currently sets MMC cards' RCA register to 0. This value is reserved according to the specification. Use a value of 1 instead, just like the Linux

[U-Boot] [PATCH] mmc: set rca to 1 for MMC cards

2014-01-30 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com U-Boot currently sets MMC cards' RCA register to 0. This value is reserved according to the specification. Use a value of 1 instead, just like the Linux kernel. Signed-off-by: Stephen Warren swar...@nvidia.com --- drivers/mmc/mmc.c | 2 +- 1 file changed,