diff options
author | Tim Harvey <tharvey@gateworks.com> | 2018-02-15 08:34:38 -0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-19 09:32:43 +0100 |
commit | 1188f35a986a78475819bc5550a8a7bc2d21b16c (patch) | |
tree | 8e3b4d4053cce50aa749e43228709f83ef431e13 /target/linux/imx6/patches-4.9/100-bootargs.patch | |
parent | 8f9668f46c8ab8f9020d83ded7a4007779904b52 (diff) | |
download | upstream-1188f35a986a78475819bc5550a8a7bc2d21b16c.tar.gz upstream-1188f35a986a78475819bc5550a8a7bc2d21b16c.tar.bz2 upstream-1188f35a986a78475819bc5550a8a7bc2d21b16c.zip |
imx6: remove support for 4.9
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/imx6/patches-4.9/100-bootargs.patch')
-rw-r--r-- | target/linux/imx6/patches-4.9/100-bootargs.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/imx6/patches-4.9/100-bootargs.patch b/target/linux/imx6/patches-4.9/100-bootargs.patch deleted file mode 100644 index 0954391203..0000000000 --- a/target/linux/imx6/patches-4.9/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"; -+ }; - }; |