X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPlatformPkg%2FPlatformPei%2FPlatformPeiLib.c;h=508b10dbd3b17e8f95c078d8e512262d310f7d1a;hb=e0a1413d6cc16f782b18c9b4dc628f19c7e901bb;hp=d4faa6258e897f53c817b16082e21f3e5314f99d;hpb=4883513061c7bbcb805cd310b82ab6abb546b1aa;p=mirror_edk2.git diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c index d4faa6258e..508b10dbd3 100755 --- a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c +++ b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c @@ -1,6 +1,6 @@ /** @file * -* Copyright (c) 2011, ARM Limited. All rights reserved. +* Copyright (c) 2011-2012, ARM Limited. All rights reserved. * * This program and the accompanying materials * are licensed and made available under the terms and conditions of the BSD License @@ -24,12 +24,7 @@ PlatformPeim ( VOID ) { - // Initialize the platform specific controllers - ArmPlatformNormalInitialize (); - - BuildCpuHob (PcdGet8 (PcdPrePiCpuMemorySize), PcdGet8 (PcdPrePiCpuIoSize)); - - BuildFvHob (PcdGet32(PcdNormalFvBaseAddress), PcdGet32(PcdNormalFvSize)); + BuildFvHob (PcdGet32(PcdFvBaseAddress), PcdGet32(PcdFvSize)); return EFI_SUCCESS; }