mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0725a5478e
commit
94b42a96da
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue