imx6: add back bootargs
authorLuka Perkov <luka@openwrt.org>
Wed, 16 Oct 2013 03:25:49 +0000 (03:25 +0000)
committerLuka Perkov <luka@openwrt.org>
Wed, 16 Oct 2013 03:25:49 +0000 (03:25 +0000)
They make our life easier when testing ramdisk images.

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

target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-gw5400-a.dts
target/linux/imx6/files-3.10/arch/arm/boot/dts/imx6q-gw54xx.dts

index e22d881834b57d71e33f783c4810b74b30448e91..a027ed9db7c8920e1b398fac8d06429a5dfb46ce 100644 (file)
                usdhc3 = &usdhc4;
        };
 
+       chosen {
+               bootargs = "console=ttymxc1,115200";
+       };
+
        memory {
                reg = <0x10000000 0x40000000>;
        };
index 21fde1f131d7bc7ef5fabfb3ccd797dd69a0415a..9c2c4471acfe50863eafc9ac455a3c729f7ae766 100644 (file)
                usdhc3 = &usdhc4;
        };
 
+       chosen {
+               bootargs = "console=ttymxc1,115200";
+       };
+
        memory {
                reg = <0x10000000 0x40000000>;
        };