aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2023-01-22 11:23:51 -0600
committerAndre Przywara <andre.przywara@arm.com>2023-04-28 01:32:05 +0100
commit25bc7bfc30532098d9207783ff2ca45cdc5a0161 (patch)
treeda6bf5a84c909f5ed0e1be6387e88c24b82fa40e
parentdf202d996d72665c76d031849aa064c4881dc777 (diff)
downloadu-boot-25bc7bfc30532098d9207783ff2ca45cdc5a0161.zip
u-boot-25bc7bfc30532098d9207783ff2ca45cdc5a0161.tar.gz
u-boot-25bc7bfc30532098d9207783ff2ca45cdc5a0161.tar.bz2
Kconfig: Remove an impossible condition
ARCH_SUNXI selects BINMAN, so the condition "!BINMAN && ARCH_SUNXI" is impossible to satisfy. Signed-off-by: Samuel Holland <samuel@sholland.org> Acked-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 888b998..a372378 100644
--- a/Kconfig
+++ b/Kconfig
@@ -437,7 +437,7 @@ config BUILD_TARGET
default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_ARRIA10
default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_GEN5
default "u-boot.itb" if !BINMAN && SPL_LOAD_FIT && (ARCH_ROCKCHIP || \
- ARCH_SUNXI || RISCV || ARCH_ZYNQMP)
+ RISCV || ARCH_ZYNQMP)
default "u-boot.kwb" if (ARCH_KIRKWOOD || ARMADA_32BIT) && !SPL
help
Some SoCs need special image types (e.g. U-Boot binary