Files
u-boot/drivers
Bartosz Golaszewski 3ef94715cc mmc: davinci: fix mmc boot in SPL
The MMC boot is currently broken on omapl138-lcdk after enabling the
driver model in SPL. The main problem is the driver's bind callback not
being called after probe in SPL (even with the DM_FLAG_PRE_RELOC flag
specified).

While a proper fix is still being worked on, this hacky changeset at
least fixes the MMC boot on this platform by calling mmc_bind()
manually from probe().

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
2019-12-03 08:44:14 -05:00
..
2019-12-02 18:23:09 -05:00
2019-12-03 08:44:14 -05:00
2019-12-03 08:43:24 -05:00
2019-08-07 15:31:04 -04:00
2019-07-19 20:14:50 +02:00
2019-11-17 17:22:53 +08:00
2019-11-01 16:45:40 +03:00
2019-08-11 16:43:41 -04:00
2019-07-19 15:17:05 +02:00
2019-12-02 18:23:07 -05:00