From 7fb215d80c393231e08df1ee64d2e95dc47b584d Mon Sep 17 00:00:00 2001 From: Hal Feng Date: Mon, 11 Mar 2024 15:07:36 +0800 Subject: [PATCH] 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 --- arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 6 +++--- 1 file 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 637aa72ddaf70..a9462dda73d49 100755 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -771,9 +771,9 @@ spl@0 { reg = <0x0 0x40000>; }; - uboot-env@100000 { - reg = <0xf0000 0x10000>; - }; + uboot-env@f0000 { + reg = <0xf0000 0x10000>; + }; uboot@100000 { reg = <0x100000 0x300000>; };