diff options
author | John Audia <therealgraysky@proton.me> | 2022-09-15 08:07:08 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-17 14:16:37 +0200 |
commit | fe209fa47d4f360ed0052e0029ba6b3cf8bc9780 (patch) | |
tree | 325270b59a0f6e0238ddfe499d90727c427ba0bb /target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch | |
parent | e785ca05e9f0502894772f5df92192b816ba5d7c (diff) | |
download | upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.tar.gz upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.tar.bz2 upstream-fe209fa47d4f360ed0052e0029ba6b3cf8bc9780.zip |
kernel: bump 5.15 to 5.15.68
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/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch b/target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch index a021db000d..c81ab7fcc2 100644 --- a/target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch +++ b/target/linux/mpc85xx/patches-5.15/900-powerpc-bootwrapper-disable-uImage-generation.patch @@ -14,10 +14,8 @@ Signed-off-by: David Bauer <mail@david-bauer.net> arch/powerpc/boot/Makefile | 9 --------- 1 file changed, 9 deletions(-) -Index: linux-5.15.67/arch/powerpc/boot/Makefile -=================================================================== ---- linux-5.15.67.orig/arch/powerpc/boot/Makefile -+++ linux-5.15.67/arch/powerpc/boot/Makefile +--- a/arch/powerpc/boot/Makefile ++++ b/arch/powerpc/boot/Makefile @@ -271,7 +271,6 @@ image-$(CONFIG_PPC_CHRP) += zImage.chrp image-$(CONFIG_PPC_EFIKA) += zImage.chrp image-$(CONFIG_PPC_PMAC) += zImage.pmac |