[BOOTSCRIPT] use FDT addr determined at runtime
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