diff options
author | Luka Perkov <luka@openwrt.org> | 2015-03-29 05:48:56 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-03-29 05:48:56 +0000 |
commit | 1e2f88b17bf7d820855189ea83b3252d209ee1f5 (patch) | |
tree | 7c03a9807a2690a4a89f8d01517ef74f69a4f99b /target/linux/imx6/patches-3.18/100-bootargs.patch | |
parent | 9d9b2ddf30682065d75ab8a009e2f1c53486de00 (diff) | |
download | upstream-1e2f88b17bf7d820855189ea83b3252d209ee1f5.tar.gz upstream-1e2f88b17bf7d820855189ea83b3252d209ee1f5.tar.bz2 upstream-1e2f88b17bf7d820855189ea83b3252d209ee1f5.zip |
imx: add initial version of 3.18 support
This is build tested only.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45125
Diffstat (limited to 'target/linux/imx6/patches-3.18/100-bootargs.patch')
-rw-r--r-- | target/linux/imx6/patches-3.18/100-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.18/100-bootargs.patch b/target/linux/imx6/patches-3.18/100-bootargs.patch new file mode 100644 index 0000000000..0954391203 --- /dev/null +++ b/target/linux/imx6/patches-3.18/100-bootargs.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/boot/dts/imx6dl-wandboard.dts ++++ b/arch/arm/boot/dts/imx6dl-wandboard.dts +@@ -19,4 +19,8 @@ + memory { + reg = <0x10000000 0x40000000>; + }; ++ ++ chosen { ++ bootargs = "console=ttymxc0,115200"; ++ }; + }; |