aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/patches-3.13/100-bootargs.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-02-12 00:46:00 +0000
committerLuka Perkov <luka@openwrt.org>2014-02-12 00:46:00 +0000
commit601386d76ddb3d7d23fc064267f67a8269949cf5 (patch)
treecd02444735ea48d463930011b16c8e4a0e894c42 /target/linux/imx6/patches-3.13/100-bootargs.patch
parent9d93ca72fb57f4df455518c1a7f891b1585cc0d4 (diff)
downloadupstream-601386d76ddb3d7d23fc064267f67a8269949cf5.tar.gz
upstream-601386d76ddb3d7d23fc064267f67a8269949cf5.tar.bz2
upstream-601386d76ddb3d7d23fc064267f67a8269949cf5.zip
imx6: add initial 3.13 support
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39573 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/patches-3.13/100-bootargs.patch')
-rw-r--r--target/linux/imx6/patches-3.13/100-bootargs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.13/100-bootargs.patch b/target/linux/imx6/patches-3.13/100-bootargs.patch
new file mode 100644
index 0000000000..0954391203
--- /dev/null
+++ b/target/linux/imx6/patches-3.13/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";
++ };
+ };