mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 20:31:59 +00:00
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:
parent
2345d40c43
commit
8940cc3919
@ -19,10 +19,6 @@
|
||||
label-mac-device = ðernet;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
|
@ -17,10 +17,6 @@
|
||||
led-upgrade = &led_power_green;
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
keys {
|
||||
compatible = "gpio-keys";
|
||||
|
||||
|
@ -17,11 +17,6 @@
|
||||
led-upgrade = &led_power;
|
||||
};
|
||||
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
gpio_export {
|
||||
compatible = "gpio-export";
|
||||
#size-cells = <0>;
|
||||
|
@ -8,10 +8,6 @@
|
||||
compatible = "yuncore,cpe200", "mediatek,mt7628an-soc";
|
||||
model = "Yuncore CPE200";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
aliases {
|
||||
label-mac = ðernet;
|
||||
led-boot = &led_power;
|
||||
|
@ -8,10 +8,6 @@
|
||||
compatible = "yuncore,m300", "mediatek,mt7628an-soc";
|
||||
model = "Yuncore M300";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
};
|
||||
|
||||
keys {
|
||||
compatible = "gpio-keys";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user