mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "pack_v2: remove the mibib_reload sequence for nand apps img"
This commit is contained in:
commit
383a1fcbca
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ class Pack(object):
|
|||
if flinfo.type == "emmc":
|
||||
script.append("flupdate set mmc")
|
||||
|
||||
if flinfo.type != "emmc":
|
||||
if flinfo.type != "emmc" and image_type != "hlos":
|
||||
self.__gen_script_mibib(script, flinfo, parts, parts_length, "mibib_reload")
|
||||
|
||||
for index in range(parts_length):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue