diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c')
-rw-r--r-- | IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c index bc0904e84e..f80f36ffc8 100644 --- a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c +++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c @@ -150,7 +150,7 @@ BdsLibBootViaBootOption ( //
// Record the performance data for End of BDS
//
- PERF_END (0, BDS_TOK, NULL, 0);
+ PERF_END (0, "BDS", NULL, 0);
*ExitDataSize = 0;
*ExitData = NULL;
|