commit | 844b9f3524d85c7ac7284dad75ede47affbdfb96 | [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 | ab25a0d928e21a84de1671dcd9734f74f6c398e4 [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>