Re: [U-Boot] [PATCH v2 1/5] sunxi: Add mmc card-detect functionality

2014-10-12 Thread Hans de Goede
Hi, On 10/11/2014 05:39 PM, Ian Campbell wrote: > On Mon, 2014-10-06 at 19:57 +0200, Hans de Goede wrote: >> Signed-off-by: Hans de Goede > > I presume that adding GPIO support to SPL isn't a problem size wise? We do link time size checking and "./MAKEALL -s sunxi" still works fine, so yes it i

Re: [U-Boot] [PATCH v2 1/5] sunxi: Add mmc card-detect functionality

2014-10-11 Thread Ian Campbell
On Mon, 2014-10-06 at 19:57 +0200, Hans de Goede wrote: > Signed-off-by: Hans de Goede I presume that adding GPIO support to SPL isn't a problem size wise? > --- > board/sunxi/Kconfig| 26 ++ > drivers/mmc/sunxi_mmc.c| 21 + > incl

[U-Boot] [PATCH v2 1/5] sunxi: Add mmc card-detect functionality

2014-10-06 Thread Hans de Goede
Signed-off-by: Hans de Goede --- board/sunxi/Kconfig| 26 ++ drivers/mmc/sunxi_mmc.c| 21 + include/configs/sunxi-common.h | 1 + 3 files changed, 48 insertions(+) diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 622f7b