Skip to content

Commit

Permalink
Drop default initrd addresses from jh7110 dts
Browse files Browse the repository at this point in the history
Reference: starfive-tech#80

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Apr 5, 2023
1 parent 5be605f commit ff88d73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/riscv/boot/dts/starfive/jh7110-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
};

chosen {
linux,initrd-start = <0x0 0x46100000>;
linux,initrd-end = <0x0 0x4c000000>;
stdout-path = "serial0:115200";
#bootargs = "debug console=ttyS0 rootwait";
};
Expand Down
2 changes: 0 additions & 2 deletions arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
};

chosen {
linux,initrd-start = <0x0 0x46100000>;
linux,initrd-end = <0x0 0x4c000000>;
stdout-path = "serial0:115200";
#bootargs = "debug console=ttyS0 rootwait";
};
Expand Down

0 comments on commit ff88d73

Please sign in to comment.