]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit800124978cea4422da14780b1cb072439ab7e600
treef9ea429018fb52fea577f31a8e31427d37733a07
parent14293939a6a59307b0f62c26d1d7f9670d0b8674
mpc83xx: Remove CONFIG_SYS_GPIO{1/2}_PRELIM and related

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

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

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

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