]> Git Repo - linux.git/commitdiff
powerpc: Remove 40x leftovers
authorChristophe Leroy <[email protected]>
Thu, 11 Jul 2024 10:49:01 +0000 (12:49 +0200)
committerMichael Ellerman <[email protected]>
Fri, 12 Jul 2024 01:43:41 +0000 (11:43 +1000)
Remove stale references to 40x.

Fixes: e939da89d024 ("powerpc: Remove 40x from Kconfig and defconfig")
Fixes: 548f5244f106 ("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
arch/powerpc/boot/wrapper
arch/powerpc/platforms/Kconfig.cputype

index 585c4ea27ab92d114c550ca9209751d6bd4920b4..b1f5549a3c9c40d4cbee5356e9a4c290f4a33364 100755 (executable)
@@ -337,7 +337,7 @@ ps3)
     make_space=n
     pie=
     ;;
-ep88xc|ep405|ep8248e)
+ep88xc|ep8248e)
     platformo="$object/fixed-head.o $object/$platform.o"
     binary=y
     ;;
index 1ec98688c915ea65cbb6a4ed223cf0981534ed5d..4b0d7d4f88f6617cb8533071833ab67cb5ab12aa 100644 (file)
@@ -250,7 +250,6 @@ config TARGET_CPU
        default "e6500" if E6500_CPU
        default "power4" if POWERPC64_CPU && !CPU_LITTLE_ENDIAN
        default "power8" if POWERPC64_CPU && CPU_LITTLE_ENDIAN
-       default "405" if 405_CPU
        default "440" if 440_CPU
        default "464" if 464_CPU
        default "476" if 476_CPU
This page took 0.068026 seconds and 4 git commands to generate.