diff options
author | Sander Vanheule <sander@svanheule.net> | 2022-02-20 16:25:40 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-20 16:23:55 +0000 |
commit | 1ca081000a6acf36a7e6c42362d8fa5767413203 (patch) | |
tree | 62d80b09fc39d5181a3c67e92c4d6702d904f62d /target/linux/realtek/dts-5.10/rtl839x.dtsi | |
parent | 6f88526fa4e0aa5f60834d181d04f8a9911887be (diff) | |
download | upstream-1ca081000a6acf36a7e6c42362d8fa5767413203.tar.gz upstream-1ca081000a6acf36a7e6c42362d8fa5767413203.tar.bz2 upstream-1ca081000a6acf36a7e6c42362d8fa5767413203.zip |
realtek: consolidate bootargs again
Bootargs for devices in the realtek target were previously consolidated
in commit af2cfbda2bf5 ("realtek: Consolidate bootargs"), since all
devices currently use the same arguments.
Commit a75b9e3ecb61 ("realtek: Adding RTL930X sub-target") reverted this
without any argumentation, so let's undo that.
Commit 0b8dfe085180 ("realtek: Add RTL931X sub-target") introduced the
old bootargs also for RTL931x, without providing any actual device
support. Until that is done, let's assume vendors will have done what
they did before, and use a baud rate of 115200.
Fixes: a75b9e3ecb61 ("realtek: Adding RTL930X sub-target")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/realtek/dts-5.10/rtl839x.dtsi')
-rw-r--r-- | target/linux/realtek/dts-5.10/rtl839x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl839x.dtsi b/target/linux/realtek/dts-5.10/rtl839x.dtsi index 19da1c11cb..3325dd9969 100644 --- a/target/linux/realtek/dts-5.10/rtl839x.dtsi +++ b/target/linux/realtek/dts-5.10/rtl839x.dtsi @@ -65,7 +65,7 @@ }; chosen { - bootargs = "console=ttyS0,38400"; + bootargs = "console=ttyS0,115200"; }; lx_clk: lx_clk { |