commit | 12040b4eef85f79346c8ceba4d4940e9ee8f1358 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Sat Dec 18 18:10:20 2021 -0300 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 08 11:16:03 2022 -0500 |
tree | 408e8710e97692d08dbbe30bbf7676496c320c83 | |
parent | ba98dd642bb8264216d2c759970029243f703178 [diff] |
udoo_spl: Initialize the eSDHC controller in SPL Currently, imx6q udoo board fails to boot like this: U-Boot SPL 2022.01-rc3-00061-g95ca715adad3 (Dec 18 2021 - 18:04:40 -0300) Trying to boot from MMC1 The reason is that the eSDHC controller is not initialized in SPL. Initialize the eSDHC controller in SPL via C code as DM is not used in SPL. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>