1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 00:59:11 +01:00
Files
u-boot-megous/drivers
Andre Przywara eef05fd3ba mmc: bring back partition init for non-DM MMC drivers
Commit d0851c8937 ("blk: Call part_init() in the post_probe() method")
removed the call to part_init() in mmc.c, as this is done by the DM_MMC
framework.
However Allwinner is (still) relying on a non-DM MMC driver, so we are
now missing the implicit partition init, leading to failing MMC accesses
due to the missing partition information.

Bring the call back just for non-DM MMC driver to fix this regression.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Soeren Moch <smoch@web.de>
2019-01-09 07:13:30 -05:00
..
2018-12-06 14:38:03 -08:00
2018-12-29 11:38:38 +09:00
2018-12-18 09:56:26 +08:00
2018-12-19 15:23:00 +01:00
2018-12-06 14:37:51 -08:00
2018-07-19 16:31:38 -04:00
2018-11-29 09:30:06 -07:00
2018-12-28 12:27:53 +01:00
2018-12-06 23:26:32 -05:00