]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: armadillo800eva: enable rw rootfs mount
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 3 Sep 2012 06:06:52 +0000 (23:06 -0700)
committerSimon Horman <horms@verge.net.au>
Mon, 3 Sep 2012 08:31:34 +0000 (17:31 +0900)
commit28e515878f8896b33c325ff9767cb0237210fb4c
tree434fd8a1ac14a2c53f124938f0a49337bd1145ee
parente26a6038d3a902cd0bc784fc55571a83d7f9cb79
ARM: shmobile: armadillo800eva: enable rw rootfs mount

armadillo800eva default boot loader is "hermit",
and it's tag->u.core.flags has flag when kernel boots.
Because of this, ${LINUX}/arch/arm/kernel/setup.c :: parse_tag_core()
didn't remove MS_RDONLY flag from root_mountflags.
Thus, the rootfs is mounted as "readonly".
This patch adds "rw" kernel parameter,
and enable read/write mounts for rootfs

Cc: Masahiro Nakai <nakai@atmark-techno.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
arch/arm/configs/armadillo800eva_defconfig