From e83bb26670c8c9a3375a8a680ad73a1d6b0cf981 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 15 Jul 2013 00:03:40 +0000 Subject: imx6: switch to askconsole Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37326 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/imx6/patches-3.10/100-bootargs.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/imx6/patches-3.10/100-bootargs.patch (limited to 'target/linux/imx6/patches-3.10') 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 0000000000..c10f64b38d --- /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 { -- cgit v1.2.3