
Hi Simon,Ryder
The binman-option is introduced by this commit:
https://gitlab.denx.de/u-boot/u-boot/commit/cbd2fba1eca11300649052e289685e74...
add basic support for MT7629 boards
@ryder is binman used (mt7629)? R2 and r64 are affected from this issue (boot broken by binman_fdt). Have it disabled in my repo for both boards but upstream is broken. Binman was not active for these 2 till this commit so i guess it is unused.maybe only for mt7629
Regards Frank
Am 17. Februar 2020 04:55:50 MEZ schrieb Simon Glass sjg@chromium.org:
Hi Frank,
On Thu, 13 Feb 2020 at 10:51, Frank Wunderlich frank-w@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