diff options
author | zwei4 <david.wei@intel.com> | 2018-03-27 10:38:22 +0800 |
---|---|---|
committer | zwei4 <david.wei@intel.com> | 2018-03-27 10:41:26 +0800 |
commit | 62829b6d671f214560248bbe65e07171d34d6e99 (patch) | |
tree | c2f8323069173c43280b68b988eb34c88c08ea67 /Platform/BroxtonPlatformPkg/PlatformPkg.fdf | |
parent | 846be00203448c5db8af2527ea63fe6fe2944d22 (diff) | |
download | edk2-platforms-62829b6d671f214560248bbe65e07171d34d6e99.tar.xz |
Remove UHCI and EHCI drivers.
Remove UHCI and EHCI drivers because these USB controllers are not present on E3900 SoC.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/PlatformPkg.fdf')
-rw-r--r-- | Platform/BroxtonPlatformPkg/PlatformPkg.fdf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Platform/BroxtonPlatformPkg/PlatformPkg.fdf b/Platform/BroxtonPlatformPkg/PlatformPkg.fdf index 80184c0526..6a538fb449 100644 --- a/Platform/BroxtonPlatformPkg/PlatformPkg.fdf +++ b/Platform/BroxtonPlatformPkg/PlatformPkg.fdf @@ -680,8 +680,6 @@ APRIORI DXE { # USB
#
!if $(USB_ENABLE) == TRUE && $(USB_NATIVE_ENABLE) == TRUE
- INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
- INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
INF MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
|