diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-25 23:09:05 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-25 23:09:05 +0200 |
commit | 635f111148c3f7ccb0ecc92863a3b1a142f6ebeb (patch) | |
tree | b77e729409a88a8813dc09c4bc8a850fdbd3ab9d /target/linux/ath79/dts/qca9563_nec_wg800hp.dts | |
parent | 54b19e213aba6ec140614901f098593f7e395a47 (diff) | |
download | upstream-635f111148c3f7ccb0ecc92863a3b1a142f6ebeb.tar.gz upstream-635f111148c3f7ccb0ecc92863a3b1a142f6ebeb.tar.bz2 upstream-635f111148c3f7ccb0ecc92863a3b1a142f6ebeb.zip |
ath79: drop and consolidate redundant chosen/bootargs
In ath79, for several SoCs the console bootargs are defined to the
very same value in every device's DTS. Consolidate these definitions
in the SoC dtsi files and drop further redundant definitions elsewhere.
The only device without any bootargs set has been OpenMesh OM5P-AC V2.
This will now inherit the setting from qca955x.dtsi
Note that while this tidies up master a lot, it might develop into a
frequent pitfall for backports.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/qca9563_nec_wg800hp.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9563_nec_wg800hp.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/qca9563_nec_wg800hp.dts b/target/linux/ath79/dts/qca9563_nec_wg800hp.dts index 2efedcffec..09df26621e 100644 --- a/target/linux/ath79/dts/qca9563_nec_wg800hp.dts +++ b/target/linux/ath79/dts/qca9563_nec_wg800hp.dts @@ -10,10 +10,6 @@ model = "NEC Aterm WG800HP"; compatible = "nec,wg800hp", "qca,qca9563"; - chosen { - bootargs = "console=ttyS0,115200n8"; - }; - aliases { led-boot = &led_power_green; led-failsafe = &led_power_red; |