Commit 44861e54 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

ARM: dts: bockw: Reorder bootargs

Reorder bootargs parameters to make the BockW 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 94b42a96
......@@ -25,7 +25,7 @@ aliases {
};
chosen {
bootargs = "ignore_loglevel ip=dhcp root=/dev/nfs 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