mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
Merge "pack_v2: fix for emmc apps image"
This commit is contained in:
commit
29d4e13d7f
1 changed files with 1 additions and 0 deletions
|
|
@ -1333,6 +1333,7 @@ class Pack(object):
|
|||
if filename == "":
|
||||
continue
|
||||
except KeyError, e:
|
||||
partition = ""
|
||||
print "Skipping partition '%s'" % section.attrib['label']
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue