powerpc/mpc85xx: Set default CONFIG_BUILD_TARGET
authorPali Rohár <pali@kernel.org>
Thu, 29 Dec 2022 01:39:20 +0000 (02:39 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jan 2023 20:39:07 +0000 (15:39 -0500)
commite0025d995788b8d5bdd079659a7d6cd60858442f
tree9695e43fcd9a09b86f180d734a40cab682f42852
parentf0b1a1e13e17fe1f1d9d15e256cd89ac2c17c289
powerpc/mpc85xx: Set default CONFIG_BUILD_TARGET

Final U-Boot binary for mpc85xx boards which use SPL and are not PBL-based
based is u-boot-with-spl.bin. PBL is not used only on boards with e500v1
and e500v2 cores. Apparently CONFIG_E500 is set not only for e500 cores,
but also for all other mpc85xx cores e500mc, e5500 and e5600. So do not use
CONFIG_E500 and instead filter new cores with PBL based bootrom.

Signed-off-by: Pali Rohár <pali@kernel.org>
Kconfig