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

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

2014-02-03 Thread Jaehoon Chung
Acked-by: Jaehoon Chung On 01/31/2014 08:11 AM, Stephen Warren wrote: > From: Stephen Warren > > 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 Warre