From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Wunderlich Date: Mon, 17 Feb 2020 08:04:15 +0100 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: <0F77BBF7-3C95-481A-BB0A-C91B1F31B2A6@public-files.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon,Ryder The binman-option is introduced by this commit: https://gitlab.denx.de/u-boot/u-boot/commit/cbd2fba1eca11300649052e289685e7404e0b81c 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 : >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