summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <hal.feng@starfivetech.com>2024-03-11 10:07:36 +0300
committerHal Feng <hal.feng@starfivetech.com>2024-03-13 09:06:16 +0300
commit43606d8f0192261dfacedfe95283f4795f2be473 (patch)
treecaa6217e0d735d08c814ac4ea7b4b6376078f430
parent937fa63a3bab1a0d6bc611ff084a39cc6147e31e (diff)
downloadlinux-43606d8f0192261dfacedfe95283f4795f2be473.tar.xz
riscv: dts: starfive: jh7110: Correct the base address of uboot-env partition
Change "uboot-env@100000" to "uboot-env@f0000". Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
-rw-r--r--arch/riscv/boot/dts/starfive/jh7110-common.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
index 67e3a8bf97c5..aee3c56f915b 100644
--- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
@@ -762,9 +762,9 @@
spl@0 {
reg = <0x0 0x40000>;
};
- uboot-env@100000 {
- reg = <0xf0000 0x10000>;
- };
+ uboot-env@f0000 {
+ reg = <0xf0000 0x10000>;
+ };
uboot@100000 {
reg = <0x100000 0x300000>;
};