diff options
author | John Audia <therealgraysky@proton.me> | 2022-07-15 08:20:36 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-31 18:55:22 +0200 |
commit | ce014b1e3903887d47bede8128f2c698418ac5f1 (patch) | |
tree | 713de808c5e4af9c4efc1832628fd3128008e7b3 /target/linux/generic/hack-5.15/430-mtk-bmt-support.patch | |
parent | e4af991220638d4bb32e4668435d140afe232b25 (diff) | |
download | upstream-ce014b1e3903887d47bede8128f2c698418ac5f1.tar.gz upstream-ce014b1e3903887d47bede8128f2c698418ac5f1.tar.bz2 upstream-ce014b1e3903887d47bede8128f2c698418ac5f1.zip |
kernel: bump 5.15 to 5.15.55
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.15/430-mtk-bmt-support.patch')
-rw-r--r-- | target/linux/generic/hack-5.15/430-mtk-bmt-support.patch | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/generic/hack-5.15/430-mtk-bmt-support.patch b/target/linux/generic/hack-5.15/430-mtk-bmt-support.patch index 48181950b7..2a83f46e0e 100644 --- a/target/linux/generic/hack-5.15/430-mtk-bmt-support.patch +++ b/target/linux/generic/hack-5.15/430-mtk-bmt-support.patch @@ -8,8 +8,6 @@ Subject: [PATCH] mtd/nand: add MediaTek NAND bad block managment table drivers/mtd/nand/Makefile | 1 + 2 files changed, 5 insertions(+) -diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig -index b40455234cbd..72ef18c59cee 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -46,6 +46,10 @@ config MTD_NAND_ECC_SW_BCH @@ -23,8 +21,6 @@ index b40455234cbd..72ef18c59cee 100644 endmenu endmenu -diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile -index 1c0b46960eb1..b9d97626bb47 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -2,6 +2,7 @@ @@ -35,5 +31,3 @@ index 1c0b46960eb1..b9d97626bb47 100644 obj-y += onenand/ obj-y += raw/ --- - |