Skip to content

Commit a1697d0

Browse files
committed
Drop default initrd addresses from jh7110 dts
Reference: starfive-tech#80 Signed-off-by: MichaIng <[email protected]>
1 parent d18c57f commit a1697d0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
};
2727

2828
chosen {
29-
linux,initrd-start = <0x0 0x46100000>;
30-
linux,initrd-end = <0x0 0x4c000000>;
3129
stdout-path = "serial0:115200";
3230
#bootargs = "debug console=ttyS0 rootwait";
3331
};

arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
};
3535

3636
chosen {
37-
linux,initrd-start = <0x0 0x46100000>;
38-
linux,initrd-end = <0x0 0x4c000000>;
3937
stdout-path = "serial0:115200";
4038
#bootargs = "debug console=ttyS0 rootwait";
4139
};

0 commit comments

Comments
 (0)