mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-04 16:34:14 +01:00
pack_v2: TINY NOR: Update config parameter
For 'tiny-nor' flash type, new configuration is added. Update the script to read the new parameter. Change-Id: I0d0e3e5332dfe6476da735d0defb4b43754f02ee Signed-off-by: Rajkumar Ayyasamy <quic_arajkuma@quicinc.com> Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com>
This commit is contained in:
parent
ca9ece4989
commit
1fba88362d
1 changed files with 1 additions and 1 deletions
|
|
@ -1582,7 +1582,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