Skip to content

Integrate u-boot-seco-imx/seco_lf_v2021.04-gm_mx8qm_boot

GitBot requested to merge u-boot-seco-imx/seco_lf_v2021.04-gm_mx8qm_boot into kirkstone

Commit: edgehog/bsp/nxp/u-boot-seco-imx@2a2152b9

[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