summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamin Guo <samin.guo@starfivetech.com>2022-11-09 10:13:06 +0300
committerSamin Guo <samin.guo@starfivetech.com>2022-11-09 11:58:46 +0300
commitbafe822cd4a4ffb82945e15a82a504010cb4c5af (patch)
tree3437628a1d3bdf35bec747368b33bfd6cffe0479
parentdd3d4040c3a8e6ddf9a7d288145aaa6819fd1672 (diff)
downloadu-boot-bafe822cd4a4ffb82945e15a82a504010cb4c5af.tar.xz
borad:jh7110:vf2: Modify ramdisk_addr_r/pxefile_addr_r/scriptaddr
The jh7110 ddr starts from 0x40000000. Using 0x80000000 may cause the CMA space to fail Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
-rw-r--r--include/configs/starfive-visionfive2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/starfive-visionfive2.h b/include/configs/starfive-visionfive2.h
index 1a1a18af15..9c9251bb21 100644
--- a/include/configs/starfive-visionfive2.h
+++ b/include/configs/starfive-visionfive2.h
@@ -176,13 +176,13 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
- "kernel_addr_r=0x44000000\0" \
+ "kernel_addr_r=0x40200000\0" \
"fdt_addr_r=0x46000000\0" \
- "scriptaddr=0x88100000\0" \
+ "scriptaddr=0x43900000\0" \
"script_offset_f=0x1fff000\0" \
"script_size_f=0x1000\0" \
- "pxefile_addr_r=0x88200000\0" \
- "ramdisk_addr_r=0x88300000\0" \
+ "pxefile_addr_r=0x45900000\0" \
+ "ramdisk_addr_r=0x46100000\0" \
VISIONFIVE2_BOOTENV \
CHIPA_GMAC_SET \
CHIPA_SET \