Преглед изворни кода

board/radxa/rock5b: do not let the kernel mount the rootfs as rw

Do not let the kernel mount the rootfs as rw.
There is no need for this, and init will remount the rootfs as rw anyway.

Signed-off-by: Niklas Cassel <cassel@kernel.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Niklas Cassel пре 11 месеци
родитељ
комит
3b104b8055
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      board/radxa/rock5b/extlinux.conf

+ 1 - 1
board/radxa/rock5b/extlinux.conf

@@ -1,4 +1,4 @@
 label Radxa Rock 5b Linux
   kernel /boot/Image
   devicetree /boot/rk3588-rock-5b.dtb
-  append root=/dev/mmcblk1p1 rw earlycon rootwait
+  append root=/dev/mmcblk1p1 earlycon rootwait