[PATCH 1/1] board/BuR/zynq: don't select non-existent SPL_BINMAN_FDT
Quentin Schulz
quentin.schulz at cherry.de
Thu Feb 26 13:52:45 CET 2026
Hi Heinrich,
On 2/25/26 7:35 AM, Heinrich Schuchardt wrote:
> Symbol CONFIG_SPL_BINMAN_FDT does not exist.
> Don't select it.
>
Maybe they wanted BINMAN_FDT here, but for brcp150_defconfig it's
already enabled.
While there's
obj-$(CONFIG_$(PHASE_)BINMAN_FDT) += binman.o
in lib/Makefile, it's guarded by ifndef CONFIG_XPL_BUILD, which means
it's the same as CONFIG_BINMAN_FDT above.
Also, there's a CONFIG_IS_ENABLED(BINMAN_FDT) in common/board_r.c but my
understanding is that this is for post-reloc, meaning U-Boot proper, so
SPL_BINMAN_FDT won't do anything even if defined in Kconfig, so:
Reviewed-by: Quentin Schulz <quentin.schulz at cherry.de>
Cheers,
Quentin
More information about the U-Boot
mailing list