[U-Boot] [PATCH v1 5/9] ARM: Odroid XU3: Adjust BOOT_TARGET_DEVICES to allow booting from SD card (mmc2)

Anand Moon linux.amoon at gmail.com
Fri Jul 27 03:10:45 UTC 2018


Hi Lukasz,

On 26 July 2018 at 03:55, Lukasz Majewski <lukma at denx.de> wrote:
> This change is necessary to allow booting the Odroid XU3 from SD card
> after enabling the DM_MMC support.
>
> After this change the SD card mmc IP block is correctly enumerated as mmc2
> (and not as mmc1 as in the legacy code).
>
> Signed-off-by: Lukasz Majewski <lukma at denx.de>
> ---
>
>  include/configs/exynos5-common.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h
> index a7621fc701b2..cd2a9046afec 100644
> --- a/include/configs/exynos5-common.h
> +++ b/include/configs/exynos5-common.h
> @@ -138,6 +138,7 @@
>  #define BOOT_TARGET_DEVICES(func) \
>         func(MMC, mmc, 1) \
>         func(MMC, mmc, 0) \
> +       func(MMC, mmc, 2) \
>         func(PXE, pxe, na) \
>         func(DHCP, dhcp, na)
>
> --
> 2.11.0
>

Please add my.
Tested-by: Anand Moon <linux.amoon at gmail.com>

Best Regards
-Anand


More information about the U-Boot mailing list