[openwrt/openwrt] ramips: mt7628an: remove redundant console setup for bootargs

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 10 11:36:02 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5e8eaac8c3984fa5860e3b5e97504be54c4fea22

commit 5e8eaac8c3984fa5860e3b5e97504be54c4fea22
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Sat Jul 10 20:33:26 2021 +0200

    ramips: mt7628an: remove redundant console setup for bootargs
    
    This is already set in mt7628an.dtsi
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ramips/dts/mt7628an_minew_g1-c.dts        | 4 ----
 target/linux/ramips/dts/mt7628an_ravpower_rp-wd009.dts | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/target/linux/ramips/dts/mt7628an_minew_g1-c.dts b/target/linux/ramips/dts/mt7628an_minew_g1-c.dts
index 74ea47aee0..12cf47f5a7 100644
--- a/target/linux/ramips/dts/mt7628an_minew_g1-c.dts
+++ b/target/linux/ramips/dts/mt7628an_minew_g1-c.dts
@@ -16,10 +16,6 @@
 		led-upgrade = &led_system;
 	};
 
-	chosen {
-		bootargs = "console=ttyS0,57600";
-	};
-
 	memory at 0 {
 		device_type = "memory";
 		reg = <0x0 0x8000000>;
diff --git a/target/linux/ramips/dts/mt7628an_ravpower_rp-wd009.dts b/target/linux/ramips/dts/mt7628an_ravpower_rp-wd009.dts
index 6962651e1b..859568b1c1 100644
--- a/target/linux/ramips/dts/mt7628an_ravpower_rp-wd009.dts
+++ b/target/linux/ramips/dts/mt7628an_ravpower_rp-wd009.dts
@@ -16,10 +16,6 @@
 		led-upgrade = &led_globe;
 	};
 
-	chosen {
-		bootargs = "console=ttyS0,57600";
-	};
-
 	leds {
 		compatible = "gpio-leds";
 



More information about the lede-commits mailing list