From 5eeba3b7f1dd70113d8dba9292bb85b341742edf Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Fri, 27 Nov 2015 17:06:48 +0000 Subject: ArmVirtPkg/PrePi: remove global variable allocation from lowlevel init Now that we dropped all ArmPlatformGlobalVariableLib dependencies, there is no longer a need to allocate and clear out the global variable region in the PrePi init code. So remove it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Acked-by: Laszlo Ersek Reviewed-by: Leif Lindholm git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18991 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmVirtPkg/PrePi/PrePi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ArmVirtPkg/PrePi/PrePi.h') diff --git a/ArmVirtPkg/PrePi/PrePi.h b/ArmVirtPkg/PrePi/PrePi.h index 15b91e49c9..9b828377ad 100644 --- a/ArmVirtPkg/PrePi/PrePi.h +++ b/ArmVirtPkg/PrePi/PrePi.h @@ -41,7 +41,6 @@ VOID PrePiMain ( IN UINTN UefiMemoryBase, IN UINTN StacksBase, - IN UINTN GlobalVariableBase, IN UINT64 StartTimeStamp ); -- cgit v1.2.3