From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Tue, 3 Sep 2019 12:34:12 +0000 Subject: [U-Boot] [PATCH v3] imx: support i.MX8QM ROM 7720 a1 board In-Reply-To: References: <20190830094418.16001-1-oliver.graute@kococonnector.com> <20190830094418.16001-2-oliver.graute@kococonnector.com> <20190902111408.GC23537@optiplex> Message-ID: <20190903093449.GD23537@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 03/09/19, Peng Fan wrote: > > > flash_linux_m4 is not a valid build target in U-Boot. > > > > yes indeed but this is the build target in the imx-mkimage repo. Which I > > currently need to build the complete bootstream with ATF and scu. > > flash_linux_m4 is imx-mkimage target, not U-Boot target. > U-Boot already mkimage already has i.MX8QM support. I would like to avoid the imx-mkimage and use the internal mkimage support of u-boot instead to create the complete bootstream. but if I use: $ make flash.bin I run into this issue: aarch64-linux-gnu-ld.bfd: invalid length for memory region .sram scripts/Makefile.spl:404: recipe for target 'spl/u-boot-spl' failed make[1]: *** [spl/u-boot-spl] Error 1 Makefile:1731: recipe for target 'spl/u-boot-spl' failed make: *** [spl/u-boot-spl] Error 2 Some clue howto handle this? Best Regards, Oliver