[PATCH 3/5] xilinx: zynqmp: move fdt_addr so we can use devices with less memory
Steffen Dirkwinkel
lists at steffen.cc
Wed Aug 30 16:03:32 CEST 2023
From: Steffen Dirkwinkel <s.dirkwinkel at beckhoff.com>
With the current config we'd put the fdt outside of memory.
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel at beckhoff.com>
---
include/configs/xilinx_zynqmp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 74264b7bee..334fe95d66 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -50,7 +50,7 @@
#endif
#define ENV_MEM_LAYOUT_SETTINGS \
- "fdt_addr_r=0x40000000\0" \
+ "fdt_addr_r=0x28000000\0" \
"fdt_size_r=0x400000\0" \
"pxefile_addr_r=0x10000000\0" \
"kernel_addr_r=0x18000000\0" \
--
2.42.0
More information about the U-Boot
mailing list