imx6: switch to askconsole
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Jul 2013 00:03:40 +0000 (00:03 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 15 Jul 2013 00:03:40 +0000 (00:03 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37326 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/imx6/base-files/etc/inittab
target/linux/imx6/patches-3.10/100-bootargs.patch [new file with mode: 0644]

index 16521ca..7817185 100644 (file)
@@ -1,3 +1,3 @@
 ::sysinit:/etc/init.d/rcS S boot
 ::shutdown:/etc/init.d/rcS K shutdown
-ttymxc0::askfirst:/bin/ash --login
+::askconsole:/bin/ash --login
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 (file)
index 0000000..c10f64b
--- /dev/null
@@ -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 {