From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Tue, 10 Sep 2019 13:49:25 +0000 Subject: [U-Boot] [PATCH v4 0/1] imx: support i.MX8QM ROM 7720 a1 board In-Reply-To: References: <20190906071531.19201-1-oliver.graute@kococonnector.com> Message-ID: <20190910131427.GB16292@optiplex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Thank you, Oliver