summaryrefslogtreecommitdiff
path: root/HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c')
-rw-r--r--HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c b/HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c
index 2cd02a2aa..6818ef064 100644
--- a/HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c
+++ b/HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c
@@ -51,6 +51,7 @@ EFI_PCI_IO_DEVICE_PATH PciIoDevicePathTemplate =
{ END_DEVICE_PATH_TYPE, END_ENTIRE_DEVICE_PATH_SUBTYPE, { sizeof (EFI_DEVICE_PATH_PROTOCOL), 0} }
};
+#if 0
STATIC
VOID
ConfigureUSBHost (
@@ -96,6 +97,7 @@ ConfigureUSBHost (
MicroSecondDelay (5000);
}
+#endif
EFI_STATUS
PciIoPollMem (
@@ -557,7 +559,7 @@ PciEmulationEntryPoint (
//UINTN Count;
//Configure USB host
- ConfigureUSBHost();
+ //ConfigureUSBHost();
// Create a private structure
Private = AllocatePool(sizeof(EFI_PCI_IO_PRIVATE_DATA));