mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
tools: pack: remove nand-audio flash type
Change-Id: I3bfd64c5061307de6a9e2014acb7c10cfedfd426 Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
This commit is contained in:
parent
8cb9f37252
commit
ddedefb9bb
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