Merge "pack_v2: remove the mibib_reload sequence for nand apps img"

This commit is contained in:
Linux Build Service Account 2023-06-22 16:38:41 -07:00 committed by Gerrit - the friendly Code Review server
commit 383a1fcbca

View file

@ -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):