Skip to content

[i.MX8QM][C26][C43] fix DM loading error

On specific builds of u-boot, the DM may fail to load on boot at u-boot level: the fdt seems to be recognized, but only the DM root driver starts. This seems to be caused by the byte alignment inside the binary, as adding/removing variables in the code or characters from the u-boot version string changes the boot result on subsequent builds. As workaround, we embed the fdt into the u-boot ELF image as rodata.

Merge request reports