ipq807x: Add support to use defined mkimage for creating U-boot image.

Change-Id: I61f9f3b5baeb9bfb854f7a48b6ccdb7d912fdca7
Signed-off-by: Pavithra Palanisamy <pavip@codeaurora.org>
This commit is contained in:
Pavithra Palanisamy 2018-12-12 19:42:24 +05:30
parent f7c9b0ccad
commit bfb3a33102

View file

@ -1287,7 +1287,7 @@ class Pack(object):
its_fp.close()
try:
cmd = ["mkimage", "-f", self.its_fname, self.img_fname]
cmd = [SRC_DIR + "/mkimage", "-f", self.its_fname, self.img_fname]
ret = subprocess.call(cmd)
if ret != 0:
print ret