Hi Alper, On Tue, 8 Feb 2022 at 14:36, Alper Nebi Yasak <alpernebiya...@gmail.com> wrote: > > On 08/02/2022 23:43, Simon Glass wrote: > > Thanks for testing it. I don't see this on > > > > 8b139f4e1c0 (HEAD, us/master) Merge tag 'u-boot-imx-20220207' of > > https://gitlab.denx.de/u-boot/custodians/u-boot-imx > > > > : > > > > tools/binman/binman --toolpath ./tools build -u -d u-boot.dtb -O . > > -m --allow-missing --fake-ext-blobs -I . -I > > /scratch/sglass/cosarm/src/third_party/u-boot/files -I > > /scratch/sglass/cosarm/src/third_party/u-boot/files/board/emulation/qemu-riscv > > -I arch/riscv/dts -a of-list="qemu-virt32" -a atf-bl31-path= -a > > opensbi-path= -a default-dt="qemu-virt32" -a scp-path= -a > > spl-bss-pad=1 -a tpl-bss-pad=1 -a spl-dtb=y -a tpl-dtb= > > This command does print the warning for me at that commit (and I see it > with `make` before that). > > If I run `touch fw_dynamic.bin` it no longer does, maybe check if such a > file exists in your include paths.
OK that is it, thanks. I think binman should remove the fake files before exiting. What do you think? Regards, Simon