mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "tools: pack_v2: flash bootconfig only for non-apps image"
This commit is contained in:
commit
065478fcfd
1 changed files with 1 additions and 1 deletions
|
|
@ -1492,7 +1492,7 @@ class Pack(object):
|
|||
except KeyError as e:
|
||||
if tiny_16m == "true":
|
||||
pass
|
||||
elif "bootconfig_type_max" in section.attrib:
|
||||
elif "bootconfig_type_max" in section.attrib and image_type == "all":
|
||||
partition = section.attrib['label']
|
||||
else:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue