mpc85xx: add missing image relocate hack for 6.18 kernel

We also need to refresh the 6.12 kernel patches.

Fixes: 87940bfc69 ("mpc85xx: relocate simpleImage for WS-AP3710i")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
This commit is contained in:
Shiji Yang 2026-07-25 07:02:23 +08:00 committed by David Bauer
parent 69668f8f82
commit 78bc8628a8
3 changed files with 18 additions and 4 deletions

View file

@ -55,8 +55,8 @@ WS-AP3825i AP.
--- a/arch/powerpc/boot/wrapper
+++ b/arch/powerpc/boot/wrapper
@@ -348,6 +348,11 @@ adder875-redboot)
platformo="$object/fixed-head.o $object/redboot-8xx.o"
@@ -353,6 +353,11 @@ simpleboot-ws-ap3710i)
link_address='0x3000000'
binary=y
;;
+simpleboot-ws-ap3825i)

View file

@ -46,3 +46,17 @@
# Board ports in arch/powerpc/platform/86xx/Kconfig
image-$(CONFIG_MVME7100) += dtbImage.mvme7100
--- a/arch/powerpc/boot/wrapper
+++ b/arch/powerpc/boot/wrapper
@@ -339,6 +339,11 @@ adder875-redboot)
platformo="$object/fixed-head.o $object/redboot-8xx.o"
binary=y
;;
+simpleboot-ws-ap3710i)
+ platformo="$object/fixed-head.o $object/simpleboot.o"
+ link_address='0x3000000'
+ binary=y
+ ;;
simpleboot-*)
platformo="$object/fixed-head.o $object/simpleboot.o"
binary=y

View file

@ -55,8 +55,8 @@ WS-AP3825i AP.
--- a/arch/powerpc/boot/wrapper
+++ b/arch/powerpc/boot/wrapper
@@ -339,6 +339,11 @@ adder875-redboot)
platformo="$object/fixed-head.o $object/redboot-8xx.o"
@@ -344,6 +344,11 @@ simpleboot-ws-ap3710i)
link_address='0x3000000'
binary=y
;;
+simpleboot-ws-ap3825i)