diff options
| author | Shiji Yang | 2025-03-19 17:26:35 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-03-26 08:50:42 +0000 |
| commit | 8940cc3919858752023fe10437376c83b2098586 (patch) | |
| tree | de3b053802377baa8e9de2a8ddf9309a61fff24a | |
| parent | 2345d40c43af4d84baee98b775fc25899e13726b (diff) | |
| download | svanheule-8940cc3919858752023fe10437376c83b2098586.tar.gz | |
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>
5 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ramips/dts/mt7620a_bolt_bl100.dts b/target/linux/ramips/dts/mt7620a_bolt_bl100.dts index d12933a81f..09f3123b4f 100644 --- a/target/linux/ramips/dts/mt7620a_bolt_bl100.dts +++ b/target/linux/ramips/dts/mt7620a_bolt_bl100.dts @@ -19,10 +19,6 @@ label-mac-device = ðernet; }; - chosen { - bootargs = "console=ttyS0,57600"; - }; - leds { compatible = "gpio-leds"; diff --git a/target/linux/ramips/dts/mt7621_confiabits_mt7621-v1.dts b/target/linux/ramips/dts/mt7621_confiabits_mt7621-v1.dts index 858747ecad..8758aeb368 100644 --- a/target/linux/ramips/dts/mt7621_confiabits_mt7621-v1.dts +++ b/target/linux/ramips/dts/mt7621_confiabits_mt7621-v1.dts @@ -17,10 +17,6 @@ led-upgrade = &led_power_green; }; - chosen { - bootargs = "console=ttyS0,57600"; - }; - keys { compatible = "gpio-keys"; diff --git a/target/linux/ramips/dts/mt7621_zyxel_lte3301-plus.dts b/target/linux/ramips/dts/mt7621_zyxel_lte3301-plus.dts index 2a556190d0..398a1a1180 100644 --- a/target/linux/ramips/dts/mt7621_zyxel_lte3301-plus.dts +++ b/target/linux/ramips/dts/mt7621_zyxel_lte3301-plus.dts @@ -17,11 +17,6 @@ led-upgrade = &led_power; }; - - chosen { - bootargs = "console=ttyS0,57600"; - }; - gpio_export { compatible = "gpio-export"; #size-cells = <0>; diff --git a/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts b/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts index 6e6202f02b..f6c26a7bd9 100644 --- a/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts +++ b/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts @@ -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; diff --git a/target/linux/ramips/dts/mt7628an_yuncore_m300.dts b/target/linux/ramips/dts/mt7628an_yuncore_m300.dts index 8897c11d67..b8ea61492a 100644 --- a/target/linux/ramips/dts/mt7628an_yuncore_m300.dts +++ b/target/linux/ramips/dts/mt7628an_yuncore_m300.dts @@ -8,10 +8,6 @@ compatible = "yuncore,m300", "mediatek,mt7628an-soc"; model = "Yuncore M300"; - chosen { - bootargs = "console=ttyS0,57600"; - }; - keys { compatible = "gpio-keys"; |