summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/ArmJunoPkg
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2015-05-12 10:42:46 +0000
committeroliviermartin <oliviermartin@Edk2>2015-05-12 10:42:46 +0000
commit30cfc3d0ee0e5d8c425e1a1556fccf3b382dd61a (patch)
treed8260a090835be41fdba7a62dd6b761453641a1c /ArmPlatformPkg/ArmJunoPkg
parent182ac39771add63ccb88443d261c5a0e821d323c (diff)
downloadedk2-platforms-30cfc3d0ee0e5d8c425e1a1556fccf3b382dd61a.tar.xz
ArmPlatformPkg/ArmJunoDxe: Fix build
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ronald Cron <Ronald.Cron@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17420 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/ArmJunoPkg')
-rw-r--r--ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c
index 84114da877..386cf08e32 100644
--- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c
+++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.c
@@ -203,6 +203,7 @@ ArmJunoEntryPoint (
UINT32 CpuType;
UINT32 CpuRev;
JUNO_REVISION JunoRevision;
+ EFI_EVENT EndOfDxeEvent;
JunoRevision = UNKNOWN;
Status = PciEmulationEntryPoint ();