Files
u-boot/arch
Adam Ford 14d319b185 spl: imx6: Let spl_boot_device return USDHC1 or USDHC2
Currently, when the spl_boot_device checks the boot device, it
will only return MMC1 when it's either sd or eMMC regardless
of whether or not it's MMC1 or MMC2.  This is a problem when
booting from MMC2 if MMC isn't being manually configured like in
the DM_SPL case with SPL_OF_CONTROL.

This patch will check the register and return either MMC1 or MMC2.

Signed-off-by: Adam Ford <aford173@gmail.com>
2019-07-19 14:53:50 +02:00
..
2019-05-18 08:15:35 -04:00
2019-05-18 08:15:35 -04:00
2019-06-14 12:42:06 +02:00
2019-05-18 08:15:35 -04:00
2019-07-15 13:32:25 -05:00