commit | a4a4f9511b7d4c5d53743dc7be1dd58e24ff1aa5 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Dec 29 02:39:19 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 10 15:39:07 2023 -0500 |
tree | d192e9da51615bba2d95120889b90834deaa9cea | |
parent | 80d0ce75175abc61e49fd1fa0bb035ff2cba2a39 [diff] |
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>