diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-14 12:01:51 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-17 12:14:32 +0200 |
commit | 1de9cac2f993738bf6a7ff2261bb382549a7863b (patch) | |
tree | ae462051c3986e5bea1800b526bb487becead693 /target/linux/ramips/dts/mt7621_linksys_re6500.dts | |
parent | b6443367d8bca111a64f4c111a872fd100cc7d90 (diff) | |
download | openwrt-1de9cac2f993738bf6a7ff2261bb382549a7863b.tar.gz openwrt-1de9cac2f993738bf6a7ff2261bb382549a7863b.tar.bz2 openwrt-1de9cac2f993738bf6a7ff2261bb382549a7863b.zip |
ramips: move redundant console setup to mt7621 SoC DTSI
For mt7621, console is set up via DTS bootargs individually in
device DTS/DTSI files. However, 44 of 74 statements use the
following setting:
chosen {
bootargs = "console=ttyS0,57600";
};
Therefore, don't repeat ourselves and move that definition to the SoC
DTSI file to serve as a default value.
This patch is cosmetic.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_linksys_re6500.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_linksys_re6500.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7621_linksys_re6500.dts b/target/linux/ramips/dts/mt7621_linksys_re6500.dts index ea900d36c2..3cdb1ce7f9 100644 --- a/target/linux/ramips/dts/mt7621_linksys_re6500.dts +++ b/target/linux/ramips/dts/mt7621_linksys_re6500.dts @@ -16,10 +16,6 @@ led-upgrade = &led_power; }; - chosen { - bootargs = "console=ttyS0,57600"; - }; - leds { compatible = "gpio-leds"; |