diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-11-27 17:06:48 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-11-27 17:06:48 +0000 |
commit | 5eeba3b7f1dd70113d8dba9292bb85b341742edf (patch) | |
tree | 89936619d434f9466762c0adfe823b30be837857 /ArmVirtPkg/PrePi/PrePi.h | |
parent | 1856157a55e4c03f61bfd53b62be581729bb32d1 (diff) | |
download | edk2-platforms-5eeba3b7f1dd70113d8dba9292bb85b341742edf.tar.xz |
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 <ard.biesheuvel@linaro.org>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18991 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmVirtPkg/PrePi/PrePi.h')
-rw-r--r-- | ArmVirtPkg/PrePi/PrePi.h | 1 |
1 files changed, 0 insertions, 1 deletions
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
);
|