Commit 94b42a96 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

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: default avatarMagnus Damm <damm+renesas@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 0725a547
......@@ -25,7 +25,7 @@ aliases {
};
chosen {
bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp";
bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
stdout-path = "serial1:115200n8";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment