commit | d097fdc3b51d1ae1edbf0d3244bdb29dc9e16728 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Aug 01 06:02:41 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:33:45 2019 +0200 |
tree | 24994765111563c7f545ab45ccf6ffb2163bde6d | |
parent | 5098eae61b2e795a01689edcf35ad711c8dda4c5 [diff] |
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>