mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
182ac39771
commit
30cfc3d0ee
|
@ -203,6 +203,7 @@ ArmJunoEntryPoint (
|
|||
UINT32 CpuType;
|
||||
UINT32 CpuRev;
|
||||
JUNO_REVISION JunoRevision;
|
||||
EFI_EVENT EndOfDxeEvent;
|
||||
|
||||
JunoRevision = UNKNOWN;
|
||||
Status = PciEmulationEntryPoint ();
|
||||
|
|
Loading…
Reference in New Issue