From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 16 Feb 2020 20:55:50 -0700 Subject: [BUG] binman: Add a library to access binman entries In-Reply-To: References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.1.I8c03ae7027508705f6f535ba5137b5e6c5dea840@changeid> <3D6666EE-43E9-49C4-AC18-CFDBEE53B2D7@public-files.de> <08CDF651-9FC4-4D4A-9E61-10174C2A1886@public-files.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Frank, On Thu, 13 Feb 2020 at 10:51, Frank Wunderlich 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