imx6: switch to askconsole

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 37326
lede-17.01
Luka Perkov 2013-07-15 00:03:40 +00:00
parent 9e3eee974b
commit 75b911ddc1
2 changed files with 14 additions and 1 deletions

View 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

View File

@ -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 {