pack_v2: remove the mibib_reload sequence for nand apps img

Change-Id: I846700d480a5ef0577a8f279fcd1932d2463d38c
Signed-off-by: Saahil Tomar <quic_saahtoma@quicinc.com>
This commit is contained in:
Saahil Tomar 2023-06-20 15:35:54 +05:30
parent 9288e589ba
commit d8c716c263

View file

@ -906,7 +906,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):