mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-25 16:13:05 +00:00
realtek: consolidate bootargs again
Bootargs for devices in the realtek target were previously consolidated in commitaf2cfbda2b
("realtek: Consolidate bootargs"), since all devices currently use the same arguments. Commita75b9e3ecb
("realtek: Adding RTL930X sub-target") reverted this without any argumentation, so let's undo that. Commit0b8dfe0851
("realtek: Add RTL931X sub-target") introduced the old bootargs also for RTL931x, without providing any actual device support. Until that is done, let's assume vendors will have done what they did before, and use a baud rate of 115200. Fixes:a75b9e3ecb
("realtek: Adding RTL930X sub-target") Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
parent
6f88526fa4
commit
1ca081000a
@ -21,10 +21,6 @@
|
||||
reg = <0x0 0x8000000>;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
|
||||
leds {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinmux_disable_sys_led>;
|
||||
|
@ -65,7 +65,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,38400";
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
|
||||
lx_clk: lx_clk {
|
||||
|
@ -10,10 +10,6 @@
|
||||
compatible = "zyxel,xgs1250-12", "realtek,rtl838x-soc";
|
||||
model = "Zyxel XGS1250-12 Switch";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
|
||||
keys {
|
||||
compatible = "gpio-keys";
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,38400";
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
|
||||
cpuintc: cpuintc {
|
||||
|
@ -30,7 +30,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,38400";
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
|
||||
lx_clk: lx_clk {
|
||||
|
Loading…
Reference in New Issue
Block a user