mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
realtek: Consolidate bootargs
All current devices use identical bootargs, so let's move that to the common devicetree includes. Signed-off-by: Sander Vanheule <sander@svanheule.net> Tested-by: Stijn Segers <foss@volatilesystems.org> Tested-by: Paul Fertser <fercerpav@gmail.com> Tested-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
72ae8314f5
commit
af2cfbda2b
@ -8,10 +8,6 @@
|
|||||||
/ {
|
/ {
|
||||||
compatible = "realtek,rtl838x-soc";
|
compatible = "realtek,rtl838x-soc";
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,115200";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x8000000>;
|
reg = <0x0 0x8000000>;
|
||||||
|
@ -13,10 +13,6 @@
|
|||||||
led-upgrade = &led_sys;
|
led-upgrade = &led_sys;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,115200";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x8000000>;
|
reg = <0x0 0x8000000>;
|
||||||
|
@ -16,10 +16,6 @@
|
|||||||
led-upgrade = &led_sys;
|
led-upgrade = &led_sys;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,115200";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x8000000>;
|
reg = <0x0 0x8000000>;
|
||||||
|
@ -16,10 +16,6 @@
|
|||||||
led-upgrade = &led_power;
|
led-upgrade = &led_power;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,115200";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x8000000>;
|
reg = <0x0 0x8000000>;
|
||||||
|
@ -13,10 +13,6 @@
|
|||||||
led-upgrade = &led_power;
|
led-upgrade = &led_power;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,115200";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x8000000>;
|
reg = <0x0 0x8000000>;
|
||||||
|
@ -9,10 +9,6 @@
|
|||||||
compatible = "inaba,aml2-17gp", "realtek,rtl838x-soc";
|
compatible = "inaba,aml2-17gp", "realtek,rtl838x-soc";
|
||||||
model = "INABA Abaniact AML2-17GP";
|
model = "INABA Abaniact AML2-17GP";
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,115200";
|
|
||||||
};
|
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x0 0x8000000>;
|
reg = <0x0 0x8000000>;
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttyS0,38400";
|
bootargs = "console=ttyS0,115200";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpuintc: cpuintc {
|
cpuintc: cpuintc {
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttyS0,38400";
|
bootargs = "console=ttyS0,115200";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpuintc: cpuintc {
|
cpuintc: cpuintc {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user