commit | d79611598fb74dc0f7cb37d855fff28d77ba8d53 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Oct 25 08:32:40 2018 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 25 11:47:53 2018 +0200 |
tree | e1fca983dd440d4bfd5b0798f7363be47ee2866e | |
parent | bb839ad931840e49472bf65c7e54d61aef8f6736 [diff] |
imx: mkimage: avoid stop CI when required files not exists Introduce a new script to check whether file exists and use that check in Makefile to avoid break CI system. The script return 1 when the required files not exists, return 0 when files exists. The script will ignore check to u-boot-dtb.bin, because if there is something wrong to generate u-boot-dtb.bin, there must be some code error. Signed-off-by: Peng Fan <peng.fan@nxp.com>