commit | c7b871111b59a6840f617ae0003b8f66b4f7cf37 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Aug 16 11:48:41 2021 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 07 17:45:00 2021 +0200 |
tree | 5db5daebecd3e2ff915cd26686027d50ef40cd43 | |
parent | 9cab87f184bc7689fba1c856c3c8af0c7b4566ed [diff] |
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>