mpc83xx: Remove CONFIG_SYS_GPIO{1/2}_PRELIM and related
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 14 Mar 2023 22:24:45 +0000 (23:24 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 17:30:29 +0000 (13:30 -0400)
commit017375cb9443ba933373484908858f857a22334f
treef9ea429018fb52fea577f31a8e31427d37733a07
parent9695a7cde620247ac7b36a6076cdd735f421edc0
mpc83xx: Remove CONFIG_SYS_GPIO{1/2}_PRELIM and related

Last use of CONFIG_SYS_GPIO1_PRELIM was removed by
commit fae2ea5951 ("ppc: Remove MPC8349EMDS board and ARCH_MPC8349
support").

Last use of CONFIG_SYS_GPIO2_PRELIM was removed even before by
commit 6843862342 ("ppc: Remove caddy2 / vme8349 boards")

Those two items were removed from whitelist by
commit 8cca60a2cb ("Kconfig: Remove some symbols from the whitelist")

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Fixes: fae2ea5951 ("ppc: Remove MPC8349EMDS board and ARCH_MPC8349 support")
arch/powerpc/cpu/mpc83xx/cpu_init.c