diff options
author | Luka Perkov <luka@openwrt.org> | 2014-02-12 00:46:00 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-02-12 00:46:00 +0000 |
commit | 3203599a7d8be39bb01e1dc425bfee14cc74aa00 (patch) | |
tree | 95144d4e974bc0c55bef93b4a86d23db05e6ba11 /target/linux/imx6/patches-3.13/100-bootargs.patch | |
parent | c0bec2b3150cfb15a296d1bcefb44f24afdca6d8 (diff) | |
download | upstream-3203599a7d8be39bb01e1dc425bfee14cc74aa00.tar.gz upstream-3203599a7d8be39bb01e1dc425bfee14cc74aa00.tar.bz2 upstream-3203599a7d8be39bb01e1dc425bfee14cc74aa00.zip |
imx6: add initial 3.13 support
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39573
Diffstat (limited to 'target/linux/imx6/patches-3.13/100-bootargs.patch')
-rw-r--r-- | target/linux/imx6/patches-3.13/100-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.13/100-bootargs.patch b/target/linux/imx6/patches-3.13/100-bootargs.patch new file mode 100644 index 0000000000..0954391203 --- /dev/null +++ b/target/linux/imx6/patches-3.13/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"; ++ }; + }; |