Petr Štetiar <yn...@true.cz> [2018-12-16 01:20:07]: > U-Boot 2019.01-rc1-00337-g42cc2cf (Dec 16 2018 - 01:02:22 +0100) > Model: Toradex Apalis iMX6 Quad 2GB IT V1.1A, Serial# 04875944 > > # mmc dev 0 > switch to partitions #0, OK > mmc0(part 0) is current device > > # load mmc 0:1 ${loadaddr} ${script} > ** No partition table - mmc 0 **
I've bisected it down to the following commit: commit d0851c8937067ad396f2bdafc46d0326bf3317db Author: Bin Meng <bmeng...@gmail.com> Date: Mon Oct 15 02:21:07 2018 -0700 blk: Call part_init() in the post_probe() method part_init() is currently called in every DM BLK driver, either in its bind() or probe() method. However we can use the BLK uclass driver's post_probe() method to do it automatically. Update all DM BLK drivers to adopt this change. Signed-off-by: Bin Meng <bmeng...@gmail.com> Reviewed-by: Simon Glass <s...@chromium.org> I've looked at it and it seems, that it's happening because blk_post_probe isn't called. -- ynezz _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot