mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
pack_v2: fix for emmc apps image
This patch provides the fix for emmc apps image generation. The partition variable value has to be marked as null for the partitions to be skipped in apps image generation. Change-Id: I0067c527f0de38eb513e27fadfeee2accb69f3d3 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
f3b375939f
commit
6915087e2a
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