summaryrefslogtreecommitdiff
path: root/HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c
diff options
context:
space:
mode:
authorShivamurthy Shastri <shivamurthy.shastri@linaro.org>2015-12-01 11:11:54 +0530
committerShivamurthy Shastri <shivamurthy.shastri@linaro.org>2015-12-01 11:11:54 +0530
commit810dc2a7186253dbc2612a3e3c6669d84c328630 (patch)
tree8b37a585bc3b9b7b687b061f7eda110c84879229 /HisiPkg/HiKeyPkg/Drivers/PciEmulation/PciEmulation.c
parent9310d76c6a445024d9fc2b655a97c8bccdfac181 (diff)
Final Changeshikey
Signed-off-by: Shivamurthy Shastri <shivamurthy.shastri@linaro.org>
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));