Skip to content

Commit edbce93

Browse files
mbggConchuOD
authored andcommitted
riscv: dts: starfive: Update flash partition layout
Up to now, the describe flash partition layout has some gaps. Use the whole flash chip by getting rid of the gaps. Suggested-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Matthias Brugger <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent c61fea6 commit edbce93

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

arch/riscv/boot/dts/starfive/jh7110-common.dtsi

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,16 +321,13 @@
321321
#size-cells = <1>;
322322

323323
spl@0 {
324-
reg = <0x0 0x80000>;
324+
reg = <0x0 0xf0000>;
325325
};
326326
uboot-env@f0000 {
327327
reg = <0xf0000 0x10000>;
328328
};
329329
uboot@100000 {
330-
reg = <0x100000 0x400000>;
331-
};
332-
reserved-data@600000 {
333-
reg = <0x600000 0xa00000>;
330+
reg = <0x100000 0xf00000>;
334331
};
335332
};
336333
};

0 commit comments

Comments
 (0)