X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FPlatformPei%2FPlatformPeiLib.c;fp=ArmPlatformPkg%2FPlatformPei%2FPlatformPeiLib.c;h=9f5331a405a84af3708878cc1e1e683d01c3fc7f;hp=d4faa6258e897f53c817b16082e21f3e5314f99d;hb=f92b93c9a31a763b2848fda804f1198eea571de7;hpb=2dbcb8f0a3250395c0ea8436ac519b6908dc0ee7 diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c index d4faa6258e..9f5331a405 100755 --- a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c +++ b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c @@ -29,7 +29,7 @@ PlatformPeim ( BuildCpuHob (PcdGet8 (PcdPrePiCpuMemorySize), PcdGet8 (PcdPrePiCpuIoSize)); - BuildFvHob (PcdGet32(PcdNormalFvBaseAddress), PcdGet32(PcdNormalFvSize)); + BuildFvHob (PcdGet32(PcdFvBaseAddress), PcdGet32(PcdFvSize)); return EFI_SUCCESS; }