We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd748e1 commit 3efe19aCopy full SHA for 3efe19a
arch/powerpc/boot/wrapper
@@ -337,7 +337,7 @@ ps3)
337
make_space=n
338
pie=
339
;;
340
-ep88xc|ep405|ep8248e)
+ep88xc|ep8248e)
341
platformo="$object/fixed-head.o $object/$platform.o"
342
binary=y
343
arch/powerpc/platforms/Kconfig.cputype
@@ -250,7 +250,6 @@ config TARGET_CPU
250
default "e6500" if E6500_CPU
251
default "power4" if POWERPC64_CPU && !CPU_LITTLE_ENDIAN
252
default "power8" if POWERPC64_CPU && CPU_LITTLE_ENDIAN
253
- default "405" if 405_CPU
254
default "440" if 440_CPU
255
default "464" if 464_CPU
256
default "476" if 476_CPU
0 commit comments