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 <[email protected]>
Cheers,
Quentin