Re: [U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE

2016-11-17 Thread Jaehoon Chung
On 11/14/2016 03:48 AM, Hans de Goede wrote: > Hi, > > On 05-11-16 20:51, Emmanuel Vadot wrote: >> Set CONFIG_SYS_MMC_MAX_DEVICE to 4 for sunxi SoC. >> This define is needed in the API code. >> >> Signed-off-by: Emmanuel Vadot > > LGTM: > > Reviewed-by: Hans de Goede

Re: [U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE

2016-11-13 Thread Hans de Goede
Hi, On 05-11-16 20:51, Emmanuel Vadot wrote: Set CONFIG_SYS_MMC_MAX_DEVICE to 4 for sunxi SoC. This define is needed in the API code. Signed-off-by: Emmanuel Vadot LGTM: Reviewed-by: Hans de Goede Regards, Hans ---

[U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE

2016-11-05 Thread Emmanuel Vadot
Set CONFIG_SYS_MMC_MAX_DEVICE to 4 for sunxi SoC. This define is needed in the API code. Signed-off-by: Emmanuel Vadot --- include/configs/sunxi-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h