diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-12 12:29:22 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-12 12:29:22 +0000 |
commit | 88426b55de2d8afb9abb4551a1ec73c7d1d4dc45 (patch) | |
tree | debd674d84f8a863e035d2ef499fa0f0930731d1 /target/linux/imx6/patches-3.13/100-bootargs.patch | |
parent | 80d399cf58a4c03bc8851f2ea395f728053735e0 (diff) | |
download | master-187ad058-88426b55de2d8afb9abb4551a1ec73c7d1d4dc45.tar.gz master-187ad058-88426b55de2d8afb9abb4551a1ec73c7d1d4dc45.tar.bz2 master-187ad058-88426b55de2d8afb9abb4551a1ec73c7d1d4dc45.zip |
imx6: drop support for 3.13
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40754 3c298f89-4303-0410-b956-a3cf2f4a3e73
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, 0 insertions, 11 deletions
diff --git a/target/linux/imx6/patches-3.13/100-bootargs.patch b/target/linux/imx6/patches-3.13/100-bootargs.patch deleted file mode 100644 index 0954391203..0000000000 --- a/target/linux/imx6/patches-3.13/100-bootargs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"; -+ }; - }; |