[openwrt/openwrt] mpc85xx: fix patch for kernel 6.6

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 2 13:44:20 PDT 2024


blocktrron pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/63239a939f901339e90bc7bee4510c6893f58a0e

commit 63239a939f901339e90bc7bee4510c6893f58a0e
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sun Jun 2 22:26:54 2024 +0200

    mpc85xx: fix patch for kernel 6.6
    
    Fixes: af329ec38980 ("mpc85xx: add support for Hewlett Packard MSM460")
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 .../010-powerpc-add-compressed-zImage-for-mpc85xx.patch        | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/target/linux/mpc85xx/patches-6.6/010-powerpc-add-compressed-zImage-for-mpc85xx.patch b/target/linux/mpc85xx/patches-6.6/010-powerpc-add-compressed-zImage-for-mpc85xx.patch
index edf541a8cc..dc1cfc8e69 100644
--- a/target/linux/mpc85xx/patches-6.6/010-powerpc-add-compressed-zImage-for-mpc85xx.patch
+++ b/target/linux/mpc85xx/patches-6.6/010-powerpc-add-compressed-zImage-for-mpc85xx.patch
@@ -16,17 +16,17 @@ Signed-off-by: David Bauer <mail at david-bauer.net>
 
 --- a/arch/powerpc/boot/Makefile
 +++ b/arch/powerpc/boot/Makefile
-@@ -345,6 +345,7 @@ image-$(CONFIG_MPC836x_MDS)		+= cuImage.
+@@ -342,6 +342,7 @@ image-$(CONFIG_MPC834x_ITX)		+= cuImage.
  image-$(CONFIG_ASP834x)			+= dtbImage.asp834x-redboot
  
  # Board ports in arch/powerpc/platform/85xx/Kconfig
 +image-y					+= zImage.la3000000
- image-$(CONFIG_MPC8540_ADS)		+= cuImage.mpc8540ads
- image-$(CONFIG_MPC8560_ADS)		+= cuImage.mpc8560ads
- image-$(CONFIG_MPC85xx_CDS)		+= cuImage.mpc8541cds \
+ image-$(CONFIG_MPC85xx_MDS)		+= cuImage.mpc8568mds
+ image-$(CONFIG_MPC85xx_DS)		+= cuImage.mpc8544ds \
+ 					   cuImage.mpc8572ds
 --- a/arch/powerpc/boot/wrapper
 +++ b/arch/powerpc/boot/wrapper
-@@ -254,6 +254,11 @@ if [ -n "$esm_blob" -a "$platform" != "p
+@@ -258,6 +258,11 @@ if [ -n "$esm_blob" -a "$platform" != "p
  fi
  
  case "$platform" in




More information about the lede-commits mailing list