pack.py: HK14: Added support to flash qcn9000 fw

Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
Change-Id: I7c397d53281bce44607ca850662425cec9ce648a
This commit is contained in:
Gokul Sriram Palanisamy 2020-04-06 22:45:49 +05:30 committed by Gerrit - the friendly Code Review server
parent 342dac3c00
commit ba5944287b

View file

@ -1444,7 +1444,7 @@ class Pack(object):
flinfo.chipsize, blocksize, chipsize, root_part)
self.partitions = mibib_hk10.get_parts()
script.append('if test "$machid" = "801000e" || test "$machid" = "801010e"; then\n', fatal=False)
script.append('if test "$machid" = "801000e" || test "$machid" = "801010e" || test "$machid" = "8010012"; then\n', fatal=False)
ret = self.__gen_flash_script(script, flinfo, root)
if ret == 0:
return 0 #Issue in packing hk10+pine single-image