Merge "pack_v2: TINY NOR: Update config parameter"

This commit is contained in:
Linux Build Service Account 2023-09-13 13:13:42 -07:00 committed by Gerrit - the friendly Code Review server
commit 999b91a407

View file

@ -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":