]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/PL390Gic/PL390GicDxe.c
ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreId
[mirror_edk2.git] / ArmPkg / Drivers / PL390Gic / PL390GicDxe.c
index 310053afe01096eaa887f497ece6b7627304ad1c..ce96831a427d3bd115dd06904848a4d6d5539c0c 100644 (file)
@@ -346,13 +346,6 @@ InterruptDxeInitialize (
   EFI_CPU_ARCH_PROTOCOL   *Cpu;\r
   UINT32                  CpuTarget;\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
   // Make sure the Interrupt Controller Protocol is not already installed in the system.\r
   ASSERT_PROTOCOL_ALREADY_INSTALLED (NULL, &gHardwareInterruptProtocolGuid);\r
 \r