ext4.patch 521 B

12345678910111213
  1. diff --git a/arch/riscv/boot/dts/starfive/dubhe_fpga.dts b/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
  2. index 879d11946631..8fb6a311b138 100755
  3. --- a/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
  4. +++ b/arch/riscv/boot/dts/starfive/dubhe_fpga.dts
  5. @@ -12,7 +12,7 @@ aliases {
  6. };
  7. chosen {
  8. - bootargs = "console=ttySIF0,115200 earlycon=sbi ip=:::255.255.255.0::eth0:dhcp";
  9. + bootargs = "console=ttySIF0,115200 earlycon=sbi root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait ip=:::255.255.255.0::eth0:dhcp";
  10. };
  11. cpus {