3c22ec780ef10104a6d2d913b7c3dba4a20c186f
[openwrt/staging/jow.git] / target / linux / imx6 / patches-4.3 / 100-bootargs.patch
1 Index: linux-4.3/arch/arm/boot/dts/imx6dl-wandboard.dts
2 ===================================================================
3 --- linux-4.3.orig/arch/arm/boot/dts/imx6dl-wandboard.dts 2015-11-01 16:05:25.000000000 -0800
4 +++ linux-4.3/arch/arm/boot/dts/imx6dl-wandboard.dts 2015-12-18 10:39:44.923158318 -0800
5 @@ -19,4 +19,8 @@
6 memory {
7 reg = <0x10000000 0x40000000>;
8 };
9 +
10 + chosen {
11 + bootargs = "console=ttymxc0,115200";
12 + };
13 };