Re: [U-Boot] [PATCH v1] mmc: rockchip: the non-removable property must point to emmc

2016-01-14 Thread Simon Glass
On 14 January 2016 at 17:43, Simon Glass wrote: > On 7 January 2016 at 23:06, Lin Huang wrote: >> the non-removable property point to sdcard before, it is wrong, >> it must point to emmc, correct it. >> >> Signed-off-by: Lin Huang >> --- >> drivers/mmc/rockchip_dw_mmc.c | 2 ++ >> 1 file change

Re: [U-Boot] [PATCH v1] mmc: rockchip: the non-removable property must point to emmc

2016-01-14 Thread Simon Glass
On 7 January 2016 at 23:06, Lin Huang wrote: > the non-removable property point to sdcard before, it is wrong, > it must point to emmc, correct it. > > Signed-off-by: Lin Huang > --- > drivers/mmc/rockchip_dw_mmc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/mmc/rockchip_d

[U-Boot] [PATCH v1] mmc: rockchip: the non-removable property must point to emmc

2016-01-07 Thread Lin Huang
the non-removable property point to sdcard before, it is wrong, it must point to emmc, correct it. Signed-off-by: Lin Huang --- drivers/mmc/rockchip_dw_mmc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc/rockchip_dw_mmc.c b/drivers/mmc/rockchip_dw_mmc.c index aeaec6c..9b4268e