Skip to content

Use external and align data for the FIT image

Sjoerd Simons requested to merge wip/sjoerd/mx6-boot-failures into apertis/v2023dev0

The kernel for ARM devices required the fdt to be aligned to 64 bit. Unfortunately when generate a FIT image mkimage doesn't enforce that in any way. Work around that by putting the data externally from the flat dtb and require an 64 bit (8 bytes) alignment

Signed-off-by: Sjoerd Simons sjoerd@collabora.com

Merge request reports