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
5 changed files with 0 additions and 21 deletions
|
@ -19,10 +19,6 @@
|
||||||
label-mac-device = ðernet;
|
label-mac-device = ðernet;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,57600";
|
|
||||||
};
|
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
|
|
|
@ -17,10 +17,6 @@
|
||||||
led-upgrade = &led_power_green;
|
led-upgrade = &led_power_green;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,57600";
|
|
||||||
};
|
|
||||||
|
|
||||||
keys {
|
keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
|
|
|
@ -17,11 +17,6 @@
|
||||||
led-upgrade = &led_power;
|
led-upgrade = &led_power;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,57600";
|
|
||||||
};
|
|
||||||
|
|
||||||
gpio_export {
|
gpio_export {
|
||||||
compatible = "gpio-export";
|
compatible = "gpio-export";
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
compatible = "yuncore,cpe200", "mediatek,mt7628an-soc";
|
compatible = "yuncore,cpe200", "mediatek,mt7628an-soc";
|
||||||
model = "Yuncore CPE200";
|
model = "Yuncore CPE200";
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,57600";
|
|
||||||
};
|
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
label-mac = ðernet;
|
label-mac = ðernet;
|
||||||
led-boot = &led_power;
|
led-boot = &led_power;
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
compatible = "yuncore,m300", "mediatek,mt7628an-soc";
|
compatible = "yuncore,m300", "mediatek,mt7628an-soc";
|
||||||
model = "Yuncore M300";
|
model = "Yuncore M300";
|
||||||
|
|
||||||
chosen {
|
|
||||||
bootargs = "console=ttyS0,57600";
|
|
||||||
};
|
|
||||||
|
|
||||||
keys {
|
keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue