
Subject: Re: [PATCH v4 0/1] imx: support i.MX8QM ROM 7720 a1 board
On 10/09/19, Peng Fan wrote:
Subject: [PATCH v4 0/1] imx: support i.MX8QM ROM 7720 a1 board
Hello list,
need some information howto avoid the imx-mkimage repo and create full boostream directly from u-boot with all the binary blobs.
Try the diff, and see whether it helps. diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index 08ee52edbf..4d0f0970df 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile @@ -159,10 +159,8 @@ MKIMAGEFLAGS_flash.bin = -n
spl/u-boot-spl.cfgout
-T $(IMAGE_TYPE) -e 0x100000 flash.bin: MKIMAGEOUTPUT = flash.log
flash.bin: spl/u-boot-spl.bin u-boot.itb FORCE -ifeq ($(SPL_DEPFILE_EXISTS),0) $(call if_changed,mkimage) endif -endif
else MKIMAGEFLAGS_SPL = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \
You are right, with that proposal and some minor fixes in my patch I can build an full bootstream with all the needed binary blobs. So I can drop imx-mkimage now.
Great. This is a bug in the dependency file check.
-Peng
Thank you,
Oliver