diff mbox series

[v2,09/10] arm: dts: k3-am64-main: Update the location of ATF in SRAM

Message ID 20210603060906.27658-10-a-govindraju@ti.com
State Changes Requested
Delegated to: Lokesh Vutla
Headers show
Series AM642-EVM: Add USB support | expand

Commit Message

Aswath Govindraju June 3, 2021, 6:09 a.m. UTC
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 mbox series

Patch

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>;
 		};
 	};