Skip to content

Commit 3efe19a

Browse files
chleroympe
authored andcommitted
powerpc: Remove 40x leftovers
Remove stale references to 40x. Fixes: e939da8 ("powerpc: Remove 40x from Kconfig and defconfig") Fixes: 548f524 ("powerpc/40x: Remove EP405") Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://msgid.link/ab30ae302783d8617d407864b92db1b926ab5ab9.1720694914.git.christophe.leroy@csgroup.eu
1 parent fd748e1 commit 3efe19a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arch/powerpc/boot/wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ ps3)
337337
make_space=n
338338
pie=
339339
;;
340-
ep88xc|ep405|ep8248e)
340+
ep88xc|ep8248e)
341341
platformo="$object/fixed-head.o $object/$platform.o"
342342
binary=y
343343
;;

arch/powerpc/platforms/Kconfig.cputype

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ config TARGET_CPU
250250
default "e6500" if E6500_CPU
251251
default "power4" if POWERPC64_CPU && !CPU_LITTLE_ENDIAN
252252
default "power8" if POWERPC64_CPU && CPU_LITTLE_ENDIAN
253-
default "405" if 405_CPU
254253
default "440" if 440_CPU
255254
default "464" if 464_CPU
256255
default "476" if 476_CPU

0 commit comments

Comments
 (0)