summaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-5.10/100-bootargs.patch
blob: cf63a3bdb1a32d0f2e1a295bfa3af1c74cdc9941 (plain)
1
2
3
4
5
6
7
8
9
10
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";
+	};
 };