imx6: switch to askconsole
authorLuka Perkov <luka@openwrt.org>
Mon, 15 Jul 2013 00:03:40 +0000 (00:03 +0000)
committerLuka Perkov <luka@openwrt.org>
Mon, 15 Jul 2013 00:03:40 +0000 (00:03 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37326

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

index 16521ca4cf1c09d6a127aa642f548a6dff24e8b0..7817185937f9ddb30fca2a417717be1a46e8ac11 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 {