1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/board
Joris Offouga 4e267b92fb pico-imx7d: Convert DM MMC
This patch enable convert DM MMC for imx7d-pico board and variant.

Before the DM conversion only usdhc3 was enabled and therefore it appeared
as MMC 0 to u-boot. After enabling MMC DM though usdhc3 defaults to MMC 2,
which left unattended would drive changes to existing pico-pi bootscripts and
environment variables that rely on mmc 0.

Setup the alias of mmc0 and usdhc3 so that existing pico-imx7d boot code will
work unmodified.

When converting to DM_MMC it is necessary that SPL initializes eMMC
by itself, so move the original eMMC initialization from U-Boot
proper to SPL.

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
2019-04-25 19:16:24 +02:00
..
2019-04-08 09:45:08 +08:00
2018-11-26 13:57:31 +08:00
2019-04-18 09:43:22 +03:00
2019-02-19 08:55:43 -05:00
2018-12-03 10:44:10 -05:00
2019-04-08 09:44:26 +08:00
2019-04-25 17:03:25 +02:00
2018-11-27 21:06:53 +05:30
2018-09-10 21:19:31 -04:00
2019-03-14 09:38:41 +09:00
2019-04-08 09:44:26 +08:00
2019-04-25 19:16:24 +02:00