File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Silicon/QC/Sm8250/QcomPkg/PlatformPei Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313#include <Library/HobLib.h>
1414#include <Library/MemoryAllocationLib.h>
1515#include <Library/PcdLib.h>
16- #include <Library/SecProtocolFinderLib.h>
16+ // #include <Library/SecProtocolFinderLib.h>
1717#include "PlatformPeiLibInternal.h"
1818
1919STATIC
@@ -150,7 +150,7 @@ VOID InstallPlatformHob()
150150 UINTN FvDecompressAddress = 0x9FC403D0 ;
151151 BOOLEAN gProdmodeInfo = FALSE;
152152
153- InitProtocolFinder (& SchedIntfAddress , NULL );
153+ // InitProtocolFinder(&SchedIntfAddress, NULL);
154154
155155 BuildMemHobForFv (EFI_HOB_TYPE_FV2 );
156156 BuildGuidDataHob (
Original file line number Diff line number Diff line change 3737 MemoryAllocationLib
3838 MemoryMapHelperLib
3939 SerialPortLib
40- SecProtocolFinderLib
40+ # SecProtocolFinderLib
4141
4242[Guids]
4343 gEfiSchedIntfGuid
You can’t perform that action at this time.
0 commit comments