Skip to content

Commit 665cf2a

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

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
@@ -29,8 +29,6 @@
2929
};
3030

3131
chosen {
32-
linux,initrd-start = <0x0 0x46100000>;
33-
linux,initrd-end = <0x0 0x4c000000>;
3432
stdout-path = "serial0:115200";
3533
#bootargs = "debug console=ttyS0 rootwait";
3634
};

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)