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

This commit is contained in:
Linux Build Service Account 2023-07-18 13:09:51 -07:00 committed by Gerrit - the friendly Code Review server
commit e0556ee2dc

View file

@ -904,7 +904,7 @@ class Pack(object):
elif flinfo.type == "emmc" or self.flash_type == "norplusemmc":
script.append("flashinit 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):