mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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:
parent
ec2e27d9ae
commit
8d93686a74
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue