X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fimx6%2Fpatches-4.4%2F100-bootargs.patch;fp=target%2Flinux%2Fimx6%2Fpatches-4.4%2F100-bootargs.patch;h=09543912036de3fb9ea819313747eff1a0c046d8;hp=0000000000000000000000000000000000000000;hb=17c53dbe5cc36b86ee25f517b53f37fa065b1266;hpb=385747486437e5dd2b80b07b800f98582b5716aa diff --git a/target/linux/imx6/patches-4.4/100-bootargs.patch b/target/linux/imx6/patches-4.4/100-bootargs.patch new file mode 100644 index 0000000000..0954391203 --- /dev/null +++ b/target/linux/imx6/patches-4.4/100-bootargs.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/boot/dts/imx6dl-wandboard.dts ++++ b/arch/arm/boot/dts/imx6dl-wandboard.dts +@@ -19,4 +19,8 @@ + memory { + reg = <0x10000000 0x40000000>; + }; ++ ++ chosen { ++ bootargs = "console=ttymxc0,115200"; ++ }; + };