]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/MainMPCore.c
ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreId
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / MainMPCore.c
index 29c96a2296fdaacb410c147c968473c541a2d206..9bfc990628e0182a3b6959a724aac413411ce3e6 100644 (file)
@@ -110,13 +110,6 @@ PrimaryMain (
   UINTN                       TemporaryRamBase;\r
   UINTN                       TemporaryRamSize;\r
 \r
-  // Check PcdGicPrimaryCoreId has been set in case the Primary Core is not the core 0 of Cluster 0\r
-  DEBUG_CODE_BEGIN();\r
-  if ((PcdGet32(PcdArmPrimaryCore) != 0) && (PcdGet32 (PcdGicPrimaryCoreId) == 0)) {\r
-    DEBUG((EFI_D_WARN,"Warning: the PCD PcdGicPrimaryCoreId does not seem to be set up for the configuration.\n"));\r
-  }\r
-  DEBUG_CODE_END();\r
-\r
   CreatePpiList (&PpiListSize, &PpiList);\r
 \r
   // Enable the GIC Distributor\r