diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-29 16:49:58 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-12 09:28:23 +0100 |
commit | 8e6a8a08d2a3f23ff8accb065818808209eeceaa (patch) | |
tree | e8d7740ee95302d270595bc1dfe278c25c52a736 /target/linux/imx6/patches-4.14/100-bootargs.patch | |
parent | 8334e04d24462b6fa3b53c77442a21f473149a1d (diff) | |
download | upstream-8e6a8a08d2a3f23ff8accb065818808209eeceaa.tar.gz upstream-8e6a8a08d2a3f23ff8accb065818808209eeceaa.tar.bz2 upstream-8e6a8a08d2a3f23ff8accb065818808209eeceaa.zip |
imx6: Remove kernel 4.14 support
This target was switched to kernel 4.19 more than 6 months ago in commit
f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now
with kernel 5.4 support being added it gets harder to support kernel
4.14 in addition to kernel 4.19 and 5.4.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/imx6/patches-4.14/100-bootargs.patch')
-rw-r--r-- | target/linux/imx6/patches-4.14/100-bootargs.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/imx6/patches-4.14/100-bootargs.patch b/target/linux/imx6/patches-4.14/100-bootargs.patch deleted file mode 100644 index 0954391203..0000000000 --- a/target/linux/imx6/patches-4.14/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"; -+ }; - }; |