]> git.baikalelectronics.ru Git - uboot.git/commit
imx: mx6ul_14x14_evk: Fix SPL boot
authorPeng Fan <peng.fan@nxp.com>
Thu, 1 Aug 2019 06:02:41 +0000 (06:02 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:33:45 +0000 (16:33 +0200)
commitc48e01627d0e59c3015f1bf4822bdcee489d03c0
tree24994765111563c7f545ab45ccf6ffb2163bde6d
parent9bb09c955d1e6a33cdd8f3e1859343c21b043911
imx: mx6ul_14x14_evk: Fix SPL boot

When booting SPL on the board, met boot failure:
"
Trying to boot from MMC2
MMC Device 1 not found
spl: could not find mmc device 1. error: -19
SPL: failed to boot from all boot devices
"

Let's register the two mmc controllers in SPL stage to
avoid boot failure.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c