diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-29 02:19:09 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-29 02:19:09 +0000 |
commit | e291d89f5c9c3d0de27c73d5f775964fc701aca6 (patch) | |
tree | 48c43554bbefd5a7697ab36dfb843b309209eea6 /target/linux/imx6/patches-3.12/100-bootargs.patch | |
parent | a9f1f034386bbd54d70524718e5017b35cc55f8b (diff) | |
download | upstream-e291d89f5c9c3d0de27c73d5f775964fc701aca6.tar.gz upstream-e291d89f5c9c3d0de27c73d5f775964fc701aca6.tar.bz2 upstream-e291d89f5c9c3d0de27c73d5f775964fc701aca6.zip |
imx6: add initial 3.12 support
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/patches-3.12/100-bootargs.patch')
-rw-r--r-- | target/linux/imx6/patches-3.12/100-bootargs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/imx6/patches-3.12/100-bootargs.patch b/target/linux/imx6/patches-3.12/100-bootargs.patch new file mode 100644 index 0000000000..0954391203 --- /dev/null +++ b/target/linux/imx6/patches-3.12/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"; ++ }; + }; |