Commit 0d6ce772 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: Fix bootargs for Gemini D-Link devices



These machines need to be booted from very specific harddisk
partitions (as the D-Link DNS-313 boots specifically from
partition 4). Add the proper bootargs so that everything works
smoothly.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent a10d862e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ memory {
	};

	chosen {
		stdout-path = "uart0:115200n8";
		bootargs = "console=ttyS0,19200n8 root=/dev/sda1 rw rootwait";
		stdout-path = "uart0:19200n8";
	};

	gpio_keys {
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ aliases {
	};

	chosen {
		bootargs = "console=ttyS0,19200n8 root=/dev/sda4 rw rootwait";
		stdout-path = "uart0:19200n8";
	};