diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-29 16:52:03 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-12 09:28:27 +0100 |
commit | aae8bdbf8960cd58dc359cc5fa320c900d049f66 (patch) | |
tree | 64a9e6d79c8732423a74705486c4cd6d8603b95c /target/linux/mvebu/patches-4.14/103-remove-nand-driver-bug.patch | |
parent | 353cafbec68c2c46f315263e66065d5b818fdc1e (diff) | |
download | upstream-aae8bdbf8960cd58dc359cc5fa320c900d049f66.tar.gz upstream-aae8bdbf8960cd58dc359cc5fa320c900d049f66.tar.bz2 upstream-aae8bdbf8960cd58dc359cc5fa320c900d049f66.zip |
mvebu: 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/mvebu/patches-4.14/103-remove-nand-driver-bug.patch')
-rw-r--r-- | target/linux/mvebu/patches-4.14/103-remove-nand-driver-bug.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/mvebu/patches-4.14/103-remove-nand-driver-bug.patch b/target/linux/mvebu/patches-4.14/103-remove-nand-driver-bug.patch deleted file mode 100644 index 19a2a1e276..0000000000 --- a/target/linux/mvebu/patches-4.14/103-remove-nand-driver-bug.patch +++ /dev/null @@ -1,13 +0,0 @@ -Remove a BUG() call that would crash on a race condition that should -otherwise be harmless. - ---- a/drivers/mtd/nand/pxa3xx_nand.c -+++ b/drivers/mtd/nand/pxa3xx_nand.c -@@ -727,7 +727,6 @@ static void handle_data_pio(struct pxa3x - default: - dev_err(&info->pdev->dev, "%s: invalid state %d\n", __func__, - info->state); -- BUG(); - } - - /* Update buffer pointers for multi-page read/write */ |