]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: imx8mimage: not abort when mmap fail
authorPeng Fan <peng.fan@nxp.com>
Mon, 16 Aug 2021 03:48:41 +0000 (11:48 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Oct 2021 15:45:00 +0000 (17:45 +0200)
commitc7b871111b59a6840f617ae0003b8f66b4f7cf37
tree5db5daebecd3e2ff915cd26686027d50ef40cd43
parent9cab87f184bc7689fba1c856c3c8af0c7b4566ed
tools: imx8mimage: not abort when mmap fail

When creating flash.bin, the hdmi firmware might not be
copied to U-Boot source tree. Then mkimage will fail.
However we are switching to binman, binman will show the
message if the file not there, and create empty file per
i.MX8MQ binman node. So we not fail mkimage here othersize
CI will fail if hdmi firmware not copied here.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
tools/imx8mimage.c