Browse Source

SbsaQemu/OemMiscLib: Fix typo of "AssetTagType02"

This fixes the typo of AssetTagType02 according to the recent changes
from OemMiscLib.h in the edk2.

Signed-off-by: Nhi Pham <nhi@os.amperecomputing.com>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Nhi Pham 1 year ago
parent
commit
727e458d63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.c

+ 1 - 1
Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.c

@@ -201,7 +201,7 @@ OemUpdateSmbiosInfo (
     case FamilyType01:
       String = (CHAR16*)PcdGetPtr (PcdSystemFamily);
       break;
-    case AssertTagType02:
+    case AssetTagType02:
       String = (CHAR16*)PcdGetPtr (PcdBaseBoardAssetTag);
       break;
     case SerialNumberType02: