Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Magnus Damm and committed by
Simon Horman
ee8b7420 44861e54

+1 -1
+1 -1
arch/arm/boot/dts/r8a7779-marzen.dts
··· 21 21 }; 22 22 23 23 chosen { 24 - bootargs = "ignore_loglevel root=/dev/nfs ip=on"; 24 + bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; 25 25 stdout-path = "serial0:115200n8"; 26 26 }; 27 27