summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2026-02-25 07:35:59 +0100
committerMichal Simek <[email protected]>2026-03-23 15:02:30 +0100
commit5d771fc684405b135f003ab3b226e8bc24fd2889 (patch)
tree158af47f806737d04e72f200a78ad7937c77fb0e
parent5b55dbbf3e5f734f1b4ab8916b6b332996709328 (diff)
board/BuR/zynq: don't select non-existent SPL_BINMAN_FDT
Symbol CONFIG_SPL_BINMAN_FDT does not exist. Don't select it. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Quentin Schulz <[email protected]> Reviewed-by: Wolfgang Wallner <[email protected]> Tested-by: Wolfgang Wallner <[email protected]> Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--board/BuR/zynq/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/BuR/zynq/Kconfig b/board/BuR/zynq/Kconfig
index b450a21bd98..c7010fb26b3 100644
--- a/board/BuR/zynq/Kconfig
+++ b/board/BuR/zynq/Kconfig
@@ -7,7 +7,6 @@ config TARGET_ZYNQ_BR
bool "Support BR Zynq builds"
depends on SYS_VENDOR = "BuR"
select BINMAN
- select SPL_BINMAN_FDT
endif