From b40e6bc55ff15f567d4dc4eed407cc3f6716cdf4 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 25 Jun 2020 23:09:05 +0200 Subject: 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 While this is a cosmetic change, backporting it to 19.07 will be a major help for anyone doing backports of device support. Without it, every backporter would have to remember to manually add the chosen node to the device's DTS. Signed-off-by: Adrian Schmutzler (cherry picked from commit 635f111148c3f7ccb0ecc92863a3b1a142f6ebeb) --- target/linux/ath79/dts/qca9558_tplink_tl-wdr4900-v2.dts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/ath79/dts/qca9558_tplink_tl-wdr4900-v2.dts') diff --git a/target/linux/ath79/dts/qca9558_tplink_tl-wdr4900-v2.dts b/target/linux/ath79/dts/qca9558_tplink_tl-wdr4900-v2.dts index 3cc2d790d4..cbc64dbf85 100644 --- a/target/linux/ath79/dts/qca9558_tplink_tl-wdr4900-v2.dts +++ b/target/linux/ath79/dts/qca9558_tplink_tl-wdr4900-v2.dts @@ -10,10 +10,6 @@ compatible = "tplink,tl-wdr4900-v2", "qca,qca9558"; model = "TP-Link TL-WDR4900 v2"; - chosen { - bootargs = "console=ttyS0,115200n8"; - }; - aliases { led-boot = &led_system; led-failsafe = &led_system; -- cgit v1.2.3