
On Mon, Jan 06, 2020 at 11:26:06AM -0300, Fabio Estevam wrote:
Currently the following SPL hang is observed:
U-Boot SPL 2020.01-rc5-00079-g797eee36a1 (Jan 06 2020 - 11:24:09 -0300) Trying to boot from MMC1 Card did not respond to voltage select! spl: mmc init failed with error: -95 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ###
Fix it by moving the eSDHC1 initialization to SPL.
While at it, since this board uses DM_MMC all the esdhc board code can be removed.
Signed-off-by: Fabio Estevam festevam@gmail.com
Hi,
Still get the following "no card present" error in U-Boot proper:
MMC: FSL_SDHC: 0, FSL_SDHC: 1 Loading Environment from MMC... MMC: no card present *** Warning - No block device, using default environment
but this should be treated separately.
Should this come in for the 2020.01 release then? Thanks!