Commit ee8b7420 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

ARM: dts: marzen: Add rw to bootargs and use ip=dhcp

Add rw as bootargs parameter and change from ip=on to ip=dhcp to make the
Marzen 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 44861e54
......@@ -21,7 +21,7 @@ aliases {
};
chosen {
bootargs = "ignore_loglevel root=/dev/nfs ip=on";
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