aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-3.14/100-bootargs.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-05-12 12:29:19 +0000
committerLuka Perkov <luka@openwrt.org>2014-05-12 12:29:19 +0000
commitaa3d844d34302f5ecb81b9987a800acb5024e8cb (patch)
treeff402f9c1a30aee54ccdf00ab9c581b788ef6720 /target/linux/imx6/patches-3.14/100-bootargs.patch
parentc43b291c4e5b0afaf141709fce2702bb52bee14b (diff)
downloadupstream-aa3d844d34302f5ecb81b9987a800acb5024e8cb.tar.gz
upstream-aa3d844d34302f5ecb81b9987a800acb5024e8cb.tar.bz2
upstream-aa3d844d34302f5ecb81b9987a800acb5024e8cb.zip
imx6: add support for 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40753
Diffstat (limited to 'target/linux/imx6/patches-3.14/100-bootargs.patch')
-rw-r--r--target/linux/imx6/patches-3.14/100-bootargs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.14/100-bootargs.patch b/target/linux/imx6/patches-3.14/100-bootargs.patch
new file mode 100644
index 0000000000..0954391203
--- /dev/null
+++ b/target/linux/imx6/patches-3.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";
++ };
+ };