diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-21 11:09:30 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-21 22:16:33 +0200 |
commit | faf668be354af76b8b9f93921b426dc5e9782a98 (patch) | |
tree | dadddb8dbaa2d6a825cbdfab5cb0015d17c91f91 /target/linux/ipq40xx | |
parent | 8d9b36270b1faecdf8c9632e0f18251df9a0990c (diff) | |
download | upstream-faf668be354af76b8b9f93921b426dc5e9782a98.tar.gz upstream-faf668be354af76b8b9f93921b426dc5e9782a98.tar.bz2 upstream-faf668be354af76b8b9f93921b426dc5e9782a98.zip |
kernel: bump 5.4 to 5.4.34
Refreshed patches.
Run tested: qemu-x86-64, apalis, a64-olinuxino
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r-- | target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch b/target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch index d97f94c4a0..e0078b7260 100644 --- a/target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch +++ b/target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch @@ -15,7 +15,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net> --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -2318,6 +2318,8 @@ static const struct flash_info spi_nor_i +@@ -2344,6 +2344,8 @@ static const struct flash_info spi_nor_i { "mx25u6435f", INFO(0xc22537, 0, 64 * 1024, 128, SECT_4K) }, { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) }, { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) }, |