summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamin Guo <samin.guo@starfivetech.com>2023-06-27 05:22:29 +0300
committerSamin Guo <samin.guo@starfivetech.com>2023-07-10 06:38:08 +0300
commit9a582173ba11765aac1cd64a02ddebba1e7d7095 (patch)
treec5acedd5a872b2f858af92d66d68062a7ece8501 /include
parent618eb7825344a7821bc731e94e12766c89529ee7 (diff)
downloadu-boot-9a582173ba11765aac1cd64a02ddebba1e7d7095.tar.xz
borad: starfive: evb: Synchronize environment variables from vf2
loadaddr fdtoverlay_addr_r kernel_comp_addr_r/kernel_comp_size Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/starfive-evb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/starfive-evb.h b/include/configs/starfive-evb.h
index 6d0559f861..c183e0599a 100644
--- a/include/configs/starfive-evb.h
+++ b/include/configs/starfive-evb.h
@@ -177,12 +177,16 @@
"fdt_high=0xffffffffffffffff\0" \
"initrd_high=0xffffffffffffffff\0" \
"kernel_addr_r=0x40200000\0" \
+ "kernel_comp_addr_r=0x5a000000\0" \
+ "kernel_comp_size=0x4000000\0" \
"fdt_addr_r=0x46000000\0" \
"scriptaddr=0x43900000\0" \
"script_offset_f=0x1fff000\0" \
"script_size_f=0x1000\0" \
"pxefile_addr_r=0x45900000\0" \
"ramdisk_addr_r=0x46100000\0" \
+ "fdtoverlay_addr_r=0x4f000000\0" \
+ "loadaddr=0x60000000\0" \
CHIPA_GMAC_SET \
CHIPA_SET \
EVB_BOOTENV_NVME \