Hi Peng,

> Since the SD is usdhc2 and eMMC is usdhc3,

Is this true on all IMX8M boards? Or is it only on the development kit
you do have?

My point is that this shall be setup by DTS aliases or maybe by Kconfig
option.

> this cause mapping problem
> for spl_boot_device. So far hard coded them to correct MMC index, so
> that SD and eMMC boot can work.
> 
> Signed-off-by: Peng Fan <peng....@nxp.com>
> ---
>  arch/arm/mach-imx/spl.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/mach-imx/spl.c b/arch/arm/mach-imx/spl.c
> index ebd8ff9290..0048832be8 100644
> --- a/arch/arm/mach-imx/spl.c
> +++ b/arch/arm/mach-imx/spl.c
> @@ -147,9 +147,18 @@ u32 spl_boot_device(void)
>       case SD1_BOOT:
>       case MMC1_BOOT:
>               return BOOT_DEVICE_MMC1;
> +#if defined(CONFIG_IMX8MM)
> +     case SD2_BOOT:
> +     case MMC2_BOOT:
> +             return BOOT_DEVICE_MMC1;
> +     case SD3_BOOT:
> +     case MMC3_BOOT:
> +             return BOOT_DEVICE_MMC2;
> +#else
>       case SD2_BOOT:
>       case MMC2_BOOT:
>               return BOOT_DEVICE_MMC2;
> +#endif
>  #endif
>       case NAND_BOOT:
>               return BOOT_DEVICE_NAND;




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lu...@denx.de

Attachment: pgpwj2z1Kjr2d.pgp
Description: OpenPGP digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to