
Hi all,
Am Mi., 5. Mai 2021 um 15:30 Uhr schrieb ZHIZHIKIN Andrey andrey.zhizhikin@leica-geosystems.com:
Hello Oliver,
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Oliver Graute Sent: Wednesday, May 5, 2021 2:01 PM To: sbabic@denx.de Cc: festevam@gmail.com; peng.fan@nxp.com; oliver.graute@kococonnector.com; u-boot@lists.denx.de; Simon Glass sjg@chromium.org; uboot-imx uboot-imx@nxp.com Subject: [PATCH v1] imx: mkimage_fit_atf: replace @ with hyphen
Unit addresses are not allowed anymore in a FIT image since
commit 3f04db891a35 ("image: Check for unit addresses in FITs")
This caused this error on mkimage creation:
./tools/mkimage: verify_header failed for FIT Image support with exit code 1 Makefile:1393: recipe for target 'u-boot.itb' failed make: *** [u-boot.itb] Error 1
This error is still present in the current master branch and the target "flash.bin" does not not build anymore for the imx8mq_evk_defconfig.
Any thoughts to apply this patch to master?
-- Heiko