mirror of https://github.com/acidanthera/audk.git
Turn of USB legacy support in EHCI driver as it is not needed.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10173 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
97e9818a67
commit
d367fe460b
|
@ -209,9 +209,7 @@
|
||||||
gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
|
gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
|
||||||
gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
|
gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
|
||||||
|
|
||||||
#
|
gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
|
||||||
# Beagle board Specific PCDs
|
|
||||||
#
|
|
||||||
|
|
||||||
[PcdsFixedAtBuild.common]
|
[PcdsFixedAtBuild.common]
|
||||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"
|
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"BeagleEdk2"
|
||||||
|
|
Loading…
Reference in New Issue