Commit 0750e834 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

ARM: dts: ape6evm: Reorder bootargs

Reorder bootargs parameters to make the APE6EVM 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 ee8b7420
......@@ -19,7 +19,7 @@ aliases {
};
chosen {
bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp rw";
bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
stdout-path = "serial0: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