diff options
author | andy.hu <andy.hu@starfivetech.com> | 2024-03-22 10:45:34 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2024-03-22 10:45:34 +0300 |
commit | 01b819400f11f264d73ce00efde2c4cbacb3f568 (patch) | |
tree | 9ea14cce437fbb1cb566af3a629463c88a3df678 | |
parent | d2ff3a0efbfc0aa4cd13df080470259209ac325f (diff) | |
parent | 3aeb56a7333adbf2595a20fd89928c99d1cc6248 (diff) | |
download | linux-01b819400f11f264d73ce00efde2c4cbacb3f568.tar.xz |
Merge branch 'CR_9737_dts_6.1_hal.feng' into 'jh7110-6.1.y-devel'
CR_9737_dts_6.1_hal.feng
See merge request sdk/linux!1033
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi index 011eea65eca0..7252e11bebdc 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -522,6 +522,9 @@ spl@0 { reg = <0x0 0x40000>; }; + uboot-env@f0000 { + reg = <0xf0000 0x10000>; + }; uboot@100000 { reg = <0x100000 0x300000>; }; |