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: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij 2018-05-02 09:17:25 +02:00
parent a10d862e58
commit 0d6ce77218
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -26,6 +26,7 @@ aliases {
};
chosen {
bootargs = "console=ttyS0,19200n8 root=/dev/sda4 rw rootwait";
stdout-path = "uart0:19200n8";
};