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: fix wifi fw packing of norplusemmc image
Change-Id: I131e9ca0c3bd512f5f16363bf0ae5836a4601c8c Signed-off-by: Rajkumar Ayyasamy <quic_arajkuma@quicinc.com>
This commit is contained in:
parent
b2c1ec334d
commit
881cdd8aa0
1 changed files with 1 additions and 1 deletions
|
|
@ -1426,7 +1426,7 @@ class Pack(object):
|
|||
filename = section.get('filename_atf')
|
||||
|
||||
# wififw images specific for RDP based on machid
|
||||
if self.flash_type in [ "emmc" , "tiny-nor", "tiny-nor-debug", "nor" ] and section_conf == "wififw":
|
||||
if self.flash_type in [ "emmc" , "norplusemmc" , "tiny-nor", "tiny-nor-debug", "nor" ] and section_conf == "wififw":
|
||||
if ver_check:
|
||||
for k, v in wifi_fws_avail.items():
|
||||
self.__gen_script_append_images(k, soc_version, 1, images, flinfo, root, section_conf, partition)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue