Re: [U-Boot] [PATCH] Powerpc: eSDHC: expand a fix to T4160

2015-11-02 Thread York Sun
On 09/11/2015 04:02 AM, shh@gmail.com wrote: > From: Shaohui Xie > > commit b8e5b07225 "Powerpc: eSDHC: Fix mmc read write err in uboot of > T4240QDS board", T4160 also needs this fix. > > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx, awaiting upstream. Thanks. York __

[U-Boot] [PATCH] Powerpc: eSDHC: expand a fix to T4160

2015-09-11 Thread shh.xie
From: Shaohui Xie commit b8e5b07225 "Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board", T4160 also needs this fix. Signed-off-by: Shaohui Xie --- drivers/mmc/fsl_esdhc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc