Skip to content
Snippets Groups Projects
Commit af2cfbda authored by Sander Vanheule's avatar Sander Vanheule Committed by Stijn Tintel
Browse files

realtek: Consolidate bootargs


All current devices use identical bootargs, so let's move that to the
common devicetree includes.

Signed-off-by: default avatarSander Vanheule <sander@svanheule.net>
Tested-by: default avatarStijn Segers <foss@volatilesystems.org>
Tested-by: default avatarPaul Fertser <fercerpav@gmail.com>
Tested-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
parent 72ae8314
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,6 @@
/ {
compatible = "realtek,rtl838x-soc";
chosen {
bootargs = "console=ttyS0,115200";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x8000000>;
......
......@@ -13,10 +13,6 @@
led-upgrade = &led_sys;
};
chosen {
bootargs = "console=ttyS0,115200";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x8000000>;
......
......@@ -16,10 +16,6 @@
led-upgrade = &led_sys;
};
chosen {
bootargs = "console=ttyS0,115200";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x8000000>;
......
......@@ -16,10 +16,6 @@
led-upgrade = &led_power;
};
chosen {
bootargs = "console=ttyS0,115200";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x8000000>;
......
......@@ -13,10 +13,6 @@
led-upgrade = &led_power;
};
chosen {
bootargs = "console=ttyS0,115200";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x8000000>;
......
......@@ -9,10 +9,6 @@
compatible = "inaba,aml2-17gp", "realtek,rtl838x-soc";
model = "INABA Abaniact AML2-17GP";
chosen {
bootargs = "console=ttyS0,115200";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x8000000>;
......
......@@ -65,7 +65,7 @@
};
chosen {
bootargs = "console=ttyS0,38400";
bootargs = "console=ttyS0,115200";
};
cpuintc: cpuintc {
......
......@@ -70,7 +70,7 @@
};
chosen {
bootargs = "console=ttyS0,38400";
bootargs = "console=ttyS0,115200";
};
cpuintc: cpuintc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment