]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: Fix default CONFIG_BUILD_TARGET
authorPali Rohár <pali@kernel.org>
Thu, 29 Dec 2022 01:39:19 +0000 (02:39 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jan 2023 20:39:07 +0000 (15:39 -0500)
commit1b09286eb22232744c8523da67a7e1e563aaa4c8
treed192e9da51615bba2d95120889b90834deaa9cea
parent15a1c499abf7f2446936e35ac9d434ec75496ed4
arm: mvebu: Fix default CONFIG_BUILD_TARGET

u-boot-with-spl.kwb is built only for SPL enabled 32-bit armada boards.
u-boot.kwb is built for 32-bit armada and kirkwood boards but only for
non-SPL targets.

So replace CONFIG_ARCH_MVEBU by CONFIG_ARMADA_32BIT (it implies
CONFIG_ARCH_MVEBU) for u-boot-with-spl.kwb.

And add additional CONFIG_ARMADA_32BIT && !CONFIG_SPL for u-boot.kwb.

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