powerpc: Remove CONFIG_FSL_BOOKE
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 19 Sep 2022 17:01:31 +0000 (19:01 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Sep 2022 12:47:37 +0000 (22:47 +1000)
commitdfc3095cec27f402c183da920f4733785e4c873d
tree2b7a2e5bc3fe8637ac3753cb21e4287fa682844c
parente320a76db4b02e1160eb4bfb17d8d1bc57979955
powerpc: Remove CONFIG_FSL_BOOKE

PPC_85xx is PPC32 only.
PPC_85xx always selects E500 and is the only PPC32 that
selects E500.
FSL_BOOKE is selected when E500 and PPC32 are selected.

So FSL_BOOKE is redundant with PPC_85xx.

Remove FSL_BOOKE.

And rename four files accordingly.

cpu_setup_fsl_booke.S is not renamed because it is linked to
PPC_FSL_BOOK3E and not to FSL_BOOKE as suggested by its name.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/08e3e15594e66d63b9e89c5b4f9c35153913c28f.1663606875.git.christophe.leroy@csgroup.eu
21 files changed:
arch/powerpc/Kconfig
arch/powerpc/Makefile
arch/powerpc/include/asm/kexec.h
arch/powerpc/include/asm/nohash/32/pgtable.h
arch/powerpc/include/asm/nohash/32/pte-85xx.h [moved from arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h with 94% similarity]
arch/powerpc/include/asm/nohash/tlbflush.h
arch/powerpc/kernel/85xx_entry_mapping.S [moved from arch/powerpc/kernel/fsl_booke_entry_mapping.S with 100% similarity]
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/head_85xx.S [moved from arch/powerpc/kernel/head_fsl_booke.S with 99% similarity]
arch/powerpc/kernel/kgdb.c
arch/powerpc/kernel/swsusp_85xx.S [moved from arch/powerpc/kernel/swsusp_booke.S with 100% similarity]
arch/powerpc/kernel/traps.c
arch/powerpc/kexec/core_32.c
arch/powerpc/kexec/relocate_32.S
arch/powerpc/kvm/booke_interrupts.S
arch/powerpc/mm/init_32.c
arch/powerpc/mm/mmu_decl.h
arch/powerpc/mm/nohash/fsl_book3e.c
arch/powerpc/mm/nohash/tlb.c
arch/powerpc/mm/nohash/tlb_low.S
arch/powerpc/platforms/Kconfig.cputype