summaryrefslogtreecommitdiff
path: root/target/linux/imx6/patches-3.10
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-15 00:03:40 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-15 00:03:40 +0000
commit75b911ddc15ecf4f11a7cb537488d7349d99c313 (patch)
tree1242dfba0e2e1a90ec9bc34eebc0b593852ed5d3 /target/linux/imx6/patches-3.10
parent9e3eee974bd919e9960543795aeac27e9c6623b0 (diff)
downloadmtk-20170518-75b911ddc15ecf4f11a7cb537488d7349d99c313.zip
mtk-20170518-75b911ddc15ecf4f11a7cb537488d7349d99c313.tar.gz
mtk-20170518-75b911ddc15ecf4f11a7cb537488d7349d99c313.tar.bz2
imx6: switch to askconsole
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37326
Diffstat (limited to 'target/linux/imx6/patches-3.10')
-rw-r--r--target/linux/imx6/patches-3.10/100-bootargs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.10/100-bootargs.patch b/target/linux/imx6/patches-3.10/100-bootargs.patch
new file mode 100644
index 0000000..c10f64b
--- /dev/null
+++ b/target/linux/imx6/patches-3.10/100-bootargs.patch
@@ -0,0 +1,13 @@
+--- a/arch/arm/boot/dts/imx6dl-wandboard.dts
++++ b/arch/arm/boot/dts/imx6dl-wandboard.dts
+@@ -18,6 +18,10 @@
+ memory {
+ reg = <0x10000000 0x40000000>;
+ };
++
++ chosen {
++ bootargs = "console=ttymxc0,115200";
++ };
+ };
+
+ &fec {