aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lunn <tim@feathertop.org>2024-01-24 14:26:02 +1100
committerKever Yang <kever.yang@rock-chips.com>2024-02-04 18:45:58 +0800
commite6593b5d1da8091155fa70ac7b326ed1e50b7cc3 (patch)
tree6b97f96766d79309c7d26d77e0e75baee513d6b1
parent16c8321549eedb82283acf3958e5bbcb08167e56 (diff)
downloadu-boot-e6593b5d1da8091155fa70ac7b326ed1e50b7cc3.zip
u-boot-e6593b5d1da8091155fa70ac7b326ed1e50b7cc3.tar.gz
u-boot-e6593b5d1da8091155fa70ac7b326ed1e50b7cc3.tar.bz2
rockchip: rv1126: Move RAM disk address
OPTEE gets loaded into a memory region overlapping with the ram disk. Fix the ramdisk address so it doesn't overlap with the OPTEE memory region. Signed-off-by: Tim Lunn <tim@feathertop.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--include/configs/rv1126_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rv1126_common.h b/include/configs/rv1126_common.h
index 168cd8b..ea290f7 100644
--- a/include/configs/rv1126_common.h
+++ b/include/configs/rv1126_common.h
@@ -26,7 +26,7 @@
"fdt_addr_r=0x08300000\0" \
"fdtoverlay_addr_r=0x02000000\0" \
"kernel_addr_r=0x02008000\0" \
- "ramdisk_addr_r=0x0a200000\0"
+ "ramdisk_addr_r=0x0a400000\0"
#define CFG_EXTRA_ENV_SETTINGS \
"fdt_high=0x0fffffff\0" \