imx6: convert ventana images to squashfs+ubifs overlay
[openwrt/openwrt.git] / target / linux / imx6 / patches-3.18 / 100-bootargs.patch
1 --- a/arch/arm/boot/dts/imx6dl-wandboard.dts
2 +++ b/arch/arm/boot/dts/imx6dl-wandboard.dts
3 @@ -19,4 +19,8 @@
4 memory {
5 reg = <0x10000000 0x40000000>;
6 };
7 +
8 + chosen {
9 + bootargs = "console=ttymxc0,115200";
10 + };
11 };