mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-23 16:17:40 +01:00
fix unused variables caused by previous commit
Signed-off-by: SergeySlice <isakov-sl@bk.ru>
This commit is contained in:
parent
8e5bfb6a61
commit
1a0fa4b577
@ -1868,6 +1868,7 @@ VOID FixS3D (UINT8* dsdt, UINT32 len)
|
||||
|
||||
UINT32 AddPNLF (UINT8 *dsdt, UINT32 len)
|
||||
{
|
||||
#if AUTO_PNLF
|
||||
EFI_STATUS Status;
|
||||
EFI_HANDLE *HandleBuffer = NULL;
|
||||
EFI_HANDLE Handle;
|
||||
@ -1879,6 +1880,7 @@ UINT32 AddPNLF (UINT8 *dsdt, UINT32 len)
|
||||
UINTN Bus;
|
||||
UINTN Device;
|
||||
UINTN Function;
|
||||
#endif
|
||||
UINT32 i; //, j, size;
|
||||
UINT32 adr = 0;
|
||||
DBG("Start PNLF Fix\n");
|
||||
@ -1916,7 +1918,7 @@ UINT32 AddPNLF (UINT8 *dsdt, UINT32 len)
|
||||
|
||||
// _UID reworked by Sherlocks. 2018.10.08
|
||||
//Slice - it can't depends on video DeviceID. It is hardware ID of LCD screen.
|
||||
#if 0
|
||||
#if AUTO_PNLF
|
||||
Status = gBS->LocateHandleBuffer (
|
||||
ByProtocol,
|
||||
&gEfiPciIoProtocolGuid,
|
||||
|
Loading…
Reference in New Issue
Block a user