Fix naming on alternate Phoenix SecureCore Tiano detection

This commit is contained in:
RichardG867
2022-04-18 16:59:00 -03:00
parent 4b882a9edd
commit 27bd834d0f

View File

@@ -2142,7 +2142,7 @@ class PhoenixAnalyzer(Analyzer):
# Extract version if a more specific one wasn't already found.
if not self.version:
self.version = 'SC-T'
self.version = 'SecureCore Tiano'
# This is UEFI.
self.addons.append('UEFI')