Vlv2TbltDevicePkg/PlatformSetupDxe: rebase to ARRAY_SIZE()
Cc: David Wei <david.wei@intel.com> Cc: Tim He <tim.he@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: "Guo, Mang" <mang.guo@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
@@ -1371,7 +1371,7 @@ UpdatePlatformInformation (
|
||||
(void **)&PchPlatformPolicy
|
||||
);
|
||||
if (!EFI_ERROR (Status)) {
|
||||
PciD31F0RegBase = MmPciAddress (
|
||||
PciD31F0RegBase = MmPciAddress (
|
||||
0,
|
||||
PchPlatformPolicy->BusNumber,
|
||||
PCI_DEVICE_NUMBER_PCH_LPC,
|
||||
|
Reference in New Issue
Block a user