summaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-5.10/100-bootargs.patch
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2021-02-26 16:23:39 +0100
committerPetr Štetiar <ynezz@true.cz>2021-03-03 22:51:39 +0100
commit354549aaa23c7033fb77d03a1ed7cc826b2fb80a (patch)
treecc49829153c916320ec05308f078159f4c8b7f0d /target/linux/imx6/patches-5.10/100-bootargs.patch
parent785ab2b62c8d9366023095641f2ba237e2b0ed8e (diff)
downloadopenwrt-354549aaa23c7033fb77d03a1ed7cc826b2fb80a.tar.gz
openwrt-354549aaa23c7033fb77d03a1ed7cc826b2fb80a.tar.bz2
openwrt-354549aaa23c7033fb77d03a1ed7cc826b2fb80a.zip
imx6: copy kernel 5.4 config and patches to 5.10
So the changes are visible in the next step. Removed upstreamed patches. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/imx6/patches-5.10/100-bootargs.patch')
-rw-r--r--target/linux/imx6/patches-5.10/100-bootargs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-5.10/100-bootargs.patch b/target/linux/imx6/patches-5.10/100-bootargs.patch
new file mode 100644
index 0000000000..cf63a3bdb1
--- /dev/null
+++ b/target/linux/imx6/patches-5.10/100-bootargs.patch
@@ -0,0 +1,11 @@
+--- a/arch/arm/boot/dts/imx6dl-wandboard.dts
++++ b/arch/arm/boot/dts/imx6dl-wandboard.dts
+@@ -16,4 +16,8 @@
+ device_type = "memory";
+ reg = <0x10000000 0x40000000>;
+ };
++
++ chosen {
++ bootargs = "console=ttymxc0,115200";
++ };
+ };