Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: kzm9d: Add rw parameter to bootargs

Add rw as bootargs parameter to make the KZM9D board bootargs match other
boards from Renesas. No need to be special.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Magnus Damm and committed by
Simon Horman
94b42a96 0725a547

+1 -1
+1 -1
arch/arm/boot/dts/emev2-kzm9d.dts
··· 25 25 }; 26 26 27 27 chosen { 28 - bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp"; 28 + bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; 29 29 stdout-path = "serial1:115200n8"; 30 30 }; 31 31