On Fri, 4 Mar 2022 17:12:22 +1100, Michael Ellerman wrote:
Since the IBM A2 CPU support was removed, see commit
fb5a515704d7 ("powerpc: Remove platforms/wsp and associated pieces"),
the only 64-bit Book3E CPUs we support are Freescale (NXP) ones.
However our Kconfig still allows configurating a kernel that has 64-bit
Book3E support, but no Freescale CPU support enabled. Such a kernel
would never boot, it doesn't know about any CPUs.
[...]
Applied to powerpc/next.
[1/1] powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E
https://git.kernel.org/powerpc/c/1a76e520ee1831a81dabf8a9a58c6453f700026e
cheers