Re: [PATCH 3/3] mmc: fsl_esdhc_spl: Call mmc_init() before booting from SD card

2022-04-22 Thread Jaehoon Chung
On 4/3/22 07:17, Pali Rohár wrote: > If env is stored on SD card then U-Boot SPL automatically calls mmc_init() > before it is going to load proper U-Boot from SD card. > > If env is not stored on SD card then U-Boot SPL fails to read proper U-Boot > from SD card due to missing mmc_init() call.

[PATCH 3/3] mmc: fsl_esdhc_spl: Call mmc_init() before booting from SD card

2022-04-02 Thread Pali Rohár
If env is stored on SD card then U-Boot SPL automatically calls mmc_init() before it is going to load proper U-Boot from SD card. If env is not stored on SD card then U-Boot SPL fails to read proper U-Boot from SD card due to missing mmc_init() call. So add missing mmc_init() call into fsl_esdhc_