TianoCore EDK2 master
Loading...
Searching...
No Matches
ArchPrePi.c
Go to the documentation of this file.
1
9#include "PrePi.h"
10
11VOID
13 VOID
14 )
15{
16 // Enable Floating Point
17 if (FixedPcdGet32 (PcdVFPEnabled)) {
18 ArmEnableVFP ();
19 }
20}
VOID ArchInitialize(VOID)
Definition: ArchPrePi.c:14
#define FixedPcdGet32(TokenName)
Definition: PcdLib.h:92