From: Kuninori Morimoto Date: Mon, 3 Sep 2012 06:06:52 +0000 (-0700) Subject: ARM: shmobile: armadillo800eva: enable rw rootfs mount X-Git-Tag: v3.6-rc5~6^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e515878f8896b33c325ff9767cb0237210fb4c;p=pandora-kernel.git 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 Signed-off-by: Kuninori Morimoto Signed-off-by: Simon Horman --- Reading git-diff-tree failed