mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 11:38:51 +01:00
Merge "pack_v2: TINY NOR: Update config parameter"
This commit is contained in:
commit
999b91a407
1 changed files with 1 additions and 1 deletions
|
|
@ -1602,7 +1602,7 @@ class Pack(object):
|
|||
|
||||
try:
|
||||
if ftype == "tiny-nor" or ftype == "tiny-nor-debug":
|
||||
part_info = root.find(".//data[@type='" + "NOR_PARAMETER']")
|
||||
part_info = root.find(".//data[@type='" + "TINY_NOR_PARAMETER']")
|
||||
elif ftype in ["nand", "nand-4k"]:
|
||||
if root.find(".//data[@type='NAND_PARAMETER']/entry") != None:
|
||||
if ftype == "nand":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue