Re: [U-Boot] [PATCH 1/2] sunxi: Request card detect gpio

2014-11-03 Thread Simon Glass
HI Hans, On 31 October 2014 10:23, Hans de Goede wrote: > This is necessary for the device-model enabled builds to work properly. > > Signed-off-by: Hans de Goede Acked-by: Simon Glass > --- > drivers/mmc/sunxi_mmc.c | 32 ++-- > 1 file changed, 22 insertions(+),

[U-Boot] [PATCH 1/2] sunxi: Request card detect gpio

2014-10-31 Thread Hans de Goede
This is necessary for the device-model enabled builds to work properly. Signed-off-by: Hans de Goede --- drivers/mmc/sunxi_mmc.c | 32 ++-- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/drivers/mmc/sunxi_mmc.c b/drivers/mmc/sunxi_mmc.c index f2fa12e.