]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BdsLib/AArch64/BdsLinuxLoader.c
ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loader
[mirror_edk2.git] / ArmPkg / Library / BdsLib / AArch64 / BdsLinuxLoader.c
index af113a1fc54a136e941f7d99b4bdda19e98765a6..e094413a53b83db914032619abf67d34b734dbf6 100644 (file)
@@ -271,7 +271,7 @@ BdsBootLinuxFdt (
   //\r
   // Install secondary core pens if the Power State Coordination Interface is not supported\r
   //\r
-  if (FeaturePcdGet (PcdArmPsciSupport) == FALSE) {\r
+  if (FeaturePcdGet (PcdArmLinuxSpinTable)) {\r
     // Place Pen at the start of Linux memory. We can then tell Linux to not use this bit of memory\r
     PenBase  = LinuxImage - 0x80000;\r
     PenSize  = (UINTN)&SecondariesPenEnd - (UINTN)&SecondariesPenStart;\r