mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
pack_v2: pack: added soc_hw_version for IPQ5332 1.1
Change-Id: Ib2a156f1e75cc8fdf256b117328fcd80b280988b Signed-off-by: Gurumoorthy Santhakumar <quic_gsanthak@quicinc.com>
This commit is contained in:
parent
1c3c9f9625
commit
af9636bda3
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ soc_hw_version_ipq807x = { 0x200D0100, 0x200D0101, 0x200D0102, 0x200D0200 };
|
|||
soc_hw_version_ipq6018 = { 0x20170100 };
|
||||
soc_hw_version_ipq5018 = { 0x20180100, 0x20180101 };
|
||||
soc_hw_version_ipq9574 = { 0x20190100 };
|
||||
soc_hw_version_ipq5332 = { 0x201A0100 };
|
||||
soc_hw_version_ipq5332 = { 0x201A0100, 0x201A0101 };
|
||||
|
||||
#
|
||||
# Python 2.6 and earlier did not have OrderedDict use the backport
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ atf = "false"
|
|||
tiny_16m = "false"
|
||||
supported_arch = ["ipq5332", "ipq5332_64"]
|
||||
soc_hw_versions = {}
|
||||
soc_hw_versions["ipq5332"] = { 0x201A0100 };
|
||||
soc_hw_versions["ipq5332"] = { 0x201A0100, 0x201A0101 };
|
||||
|
||||
#
|
||||
# Python 2.6 and earlier did not have OrderedDict use the backport
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue