From: Hannu Lounento Date: Wed, 10 Jan 2018 19:31:36 +0000 (+0100) Subject: board: ge: bx50v3: mount rootfs read-only X-Git-Tag: v2018.03-rc2~47^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f41a45830b4b93d88e3c3c3a7712af635398eac8;p=u-boot board: ge: bx50v3: mount rootfs read-only Change the kernel command line to mount the root filesystem read-only in order to be able to run filesystem check on it on boot. Signed-off-by: Hannu Lounento Signed-off-by: Martyn Welch Signed-off-by: Sebastian Reichel --- diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 15635d7032..816bdfac62 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -117,7 +117,7 @@ "emmcdev=1\0" \ "partnum=1\0" \ "setargs=setenv bootargs console=${console},${baudrate} " \ - "root=/dev/${rootdev} rw rootwait cma=128M " \ + "root=/dev/${rootdev} ro rootwait cma=128M " \ BX50V3_BOOTARGS_EXTRA "\0" \ "loadimage=" \ "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${image}\0" \