Skip to content

[BOOTSCRIPT] use FDT addr determined at runtime

Alessandro Pecugi requested to merge ap/fix-fdt-addr into scarthgap

The FDT addr to which the firmware writes the FDT is determined at runtime and the boardfile copies it to "fdt_addr". The address depends, among other things, on the FDT blob size, so it could change between kernel versions.

Copy fdt_addr instead of a fixed value to fdt_loadaddr at runtime.

Signed-off-by: Alessandro Pecugi alessandro.pecugi@seco.com

Merge request reports

Loading