Skip to content

Commit

Permalink
riscv: dts: starfive: jh7110: Correct the base address of uboot-env p…
Browse files Browse the repository at this point in the history
…artition

Change "uboot-env@100000" to "uboot-env@f0000".

Signed-off-by: Hal Feng <[email protected]>
  • Loading branch information
hal-feng authored and MichaIng committed May 11, 2024
1 parent 1c1567a commit 7fb215d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/riscv/boot/dts/starfive/jh7110-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 7fb215d

Please sign in to comment.