OSDN Git Service

ARM: dts: marzen: Add rw to bootargs and use ip=dhcp
authorMagnus Damm <damm+renesas@opensource.se>
Wed, 17 Apr 2019 15:12:23 +0000 (00:12 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 17 Apr 2019 15:47:22 +0000 (17:47 +0200)
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>
arch/arm/boot/dts/r8a7779-marzen.dts

index abc14e7..d4bee1e 100644 (file)
@@ -21,7 +21,7 @@
        };
 
        chosen {
-               bootargs = "ignore_loglevel root=/dev/nfs ip=on";
+               bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
                stdout-path = "serial0:115200n8";
        };