[BUG] binman: Add a library to access binman entries

Simon Glass sjg at chromium.org
Mon Feb 17 04:55:50 CET 2020


Hi Frank,

On Thu, 13 Feb 2020 at 10:51, Frank Wunderlich <frank-w at public-files.de> wrote:
>
> Hi,
>
> i guess you mean this (board is bananapi R64, not M64):
>
> board/mediatek/mt7622/mt7622_rfb.c
> arch/arm/dts/mt7622.dtsi
> arch/arm/dts/mt7622-rfb.dts
>
> currently i have added
>
> CONFIG_BINMAN_FDT=n
>
> to configs/mt7622_rfb_defconfig to avoid the Problem

The problem is that in ARCH_MEDIATEK you have 'select BINMAN'. If
binan is used, it expects that you will use it at run time, so enables
BINMAN_FDT.

If you are not actually using binman, why is it enabled?

Regards,
Simon


More information about the U-Boot mailing list