mpc83xx: Remove stale CONFIG_SYS_LBLAWBAR{4/5/6/7}_PRELIM
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 14 Mar 2023 22:24:44 +0000 (23:24 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Mar 2023 17:30:29 +0000 (13:30 -0400)
commit9695a7cde620247ac7b36a6076cdd735f421edc0
tree62bf7c20a42cd518d97ed26e0dd65a68c155d86b
parentbf0045f2dddbc9f3e75b3bcfecfdb04aea39a596
mpc83xx: Remove stale CONFIG_SYS_LBLAWBAR{4/5/6/7}_PRELIM

Last (incorrect) use of those CONFIG items was removed by
commit 9fd9abedcc ("TQM834x: remove defines causing gcc4.4 warnings")

Those items are invalid and should have been removed at the
same time because lblaw[] has only 4 elements.

And they were removed from the whitelist by
commit 9c5df7a2a9 ("mpc83xx: Migrate LBLAW_* to Kconfig")

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Fixes: 9fd9abedcc ("TQM834x: remove defines causing gcc4.4 warnings")
arch/powerpc/cpu/mpc83xx/cpu_init.c