Hi Frank, On Thu, 13 Feb 2020 at 10:51, Frank Wunderlich <fran...@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