mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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:
parent
f7c9b0ccad
commit
bfb3a33102
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue