[U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE
Hans de Goede
hdegoede at redhat.com
Sun Nov 13 19:48:43 CET 2016
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 <manu at bidouilliste.com>
LGTM:
Reviewed-by: Hans de Goede <hdegoede at redhat.com>
Regards,
Hans
> ---
> 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
> index 8363414..edb3ff7 100644
> --- a/include/configs/sunxi-common.h
> +++ b/include/configs/sunxi-common.h
> @@ -145,6 +145,7 @@
> #define CONFIG_MMC_SUNXI_SLOT 0
> #define CONFIG_ENV_IS_IN_MMC
> #define CONFIG_SYS_MMC_ENV_DEV 0 /* first detected MMC controller */
> +#define CONFIG_SYS_MMC_MAX_DEVICE 4
> #endif
>
> /* 64MB of malloc() pool */
>
More information about the U-Boot
mailing list