mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 18:58:18 +01:00
Merge "tools: pack: remove nand-audio flash type"
This commit is contained in:
commit
7e457276d2
1 changed files with 0 additions and 3 deletions
|
|
@ -1878,9 +1878,6 @@ def main():
|
|||
if "nand" in parser.flash_type.split(","):
|
||||
if root.find(".//data[@type='NAND_PARAMETER']/entry") != None:
|
||||
parser.flash_type = parser.flash_type + ",nand-4k"
|
||||
# Add nand-audio flash type, if arch is ipq6018
|
||||
if ARCH_NAME == "ipq6018":
|
||||
parser.flash_type = parser.flash_type + ",nand-audio,nand-audio-4k"
|
||||
|
||||
# Add norplusnand-4k flash type, if norplusnand flash type is specified
|
||||
if "norplusnand" in parser.flash_type.split(","):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue