
For USB DFU boot mode there is a limitation on the load address of boot images that they have to be less than 0x70001000. So, the load address of SPL has been moved to 0x70000000 and ATF has been moved to a latter location, 0x701a0000.
Therefore, update its location accordingly in the device tree file.
Signed-off-by: Aswath Govindraju a-govindraju@ti.com --- arch/arm/dts/k3-am64-main.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/k3-am64-main.dtsi b/arch/arm/dts/k3-am64-main.dtsi index 5a58337c1ca7..fccf0d2fcfb0 100644 --- a/arch/arm/dts/k3-am64-main.dtsi +++ b/arch/arm/dts/k3-am64-main.dtsi @@ -14,7 +14,7 @@ ranges = <0x0 0x00 0x70000000 0x200000>;
atf-sram@0 { - reg = <0x0 0x1a000>; + reg = <0x1a0000 0x1a000>; }; };