
Hello Heiner,
I have tested the patch series described in https://lists.denx.de/pipermail/u-boot/2017-February/281941.html against u-boot 2017.03 on my Odroid C2.
I could keep patches 1/3 and 2/3 unchanged. Patch 3/3 had to be adjusted to be applicable.
To get my board booting Linux from MMC successfully I needed two extra patches: - enable MMC as boot target in meson-gxbb-common.h - increase CONFIG_SYS_BOOTM_LEN
I think enabling MMC as boot target should be part of the patch series. Increasing CONFIG_SYS_BOOTM_LEN should be separate.
The patches I used are stored in https://github.com/xypron/u-boot-odroid-c2/ together with my Makefile.
Heiner, are you planning to update your patch series? Or should I retest against the next branch of u-boot and submit myself?
Best regards
Heinrich Schuchardt