diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-03-21 10:59:06 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-03-31 19:54:56 +0200 |
commit | 9b8d9ec41a6f161d53d32bf71f79332236b44ba1 (patch) | |
tree | 7d5490964182b3cfba229a72726e17375337cf55 /configs/imx6q_logic_defconfig | |
parent | 66c433ed4342e5761ee9b048c85fe47d31130b2e (diff) |
pico-imx6ul: Fix eMMC boot after DM_MMC conversion
After the DM_MMC conversion the following eMMC boot error is observed:
U-Boot SPL 2019.04-rc4 (Mar 20 2019 - 18:53:28 +0000)
Trying to boot from MMC1
MMC Device 0 not found
spl: could not find mmc device 0. error: -19
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
This happens because the SPL code does not initialize the SDHC pins
and clock.
Fix it by moving the original eMMC initialization from U-Boot proper
to SPL.
Reported-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Fabio Berton <fabio.berton@ossystems.com.br>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/imx6q_logic_defconfig')
0 files changed, 0 insertions, 0 deletions