X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fimx6%2Fpatches-4.14%2F100-bootargs.patch;fp=target%2Flinux%2Fimx6%2Fpatches-4.14%2F100-bootargs.patch;h=09543912036de3fb9ea819313747eff1a0c046d8;hb=3b2708f09ca2f27fc2510e39f2c753fe649f2c00;hp=0000000000000000000000000000000000000000;hpb=3282e7189fb95af98db48f599cd6188455da8797;p=openwrt%2F.git diff --git a/target/linux/imx6/patches-4.14/100-bootargs.patch b/target/linux/imx6/patches-4.14/100-bootargs.patch new file mode 100644 index 0000000000..0954391203 --- /dev/null +++ b/target/linux/imx6/patches-4.14/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"; ++ }; + };