ramips: dts: remove redundant console bootargs

`bootargs = "console=ttyS0,57600";` is already defined on all
ramips target SoCs' dtsi. We don't need to override it with the
same value.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/18303
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Shiji Yang 2025-03-20 01:26:35 +08:00 committed by Robert Marko
parent 2345d40c43
commit 8940cc3919
5 changed files with 0 additions and 21 deletions

View File

@ -19,10 +19,6 @@
label-mac-device = &ethernet;
};
chosen {
bootargs = "console=ttyS0,57600";
};
leds {
compatible = "gpio-leds";

View File

@ -17,10 +17,6 @@
led-upgrade = &led_power_green;
};
chosen {
bootargs = "console=ttyS0,57600";
};
keys {
compatible = "gpio-keys";

View File

@ -17,11 +17,6 @@
led-upgrade = &led_power;
};
chosen {
bootargs = "console=ttyS0,57600";
};
gpio_export {
compatible = "gpio-export";
#size-cells = <0>;

View File

@ -8,10 +8,6 @@
compatible = "yuncore,cpe200", "mediatek,mt7628an-soc";
model = "Yuncore CPE200";
chosen {
bootargs = "console=ttyS0,57600";
};
aliases {
label-mac = &ethernet;
led-boot = &led_power;

View File

@ -8,10 +8,6 @@
compatible = "yuncore,m300", "mediatek,mt7628an-soc";
model = "Yuncore M300";
chosen {
bootargs = "console=ttyS0,57600";
};
keys {
compatible = "gpio-keys";