From f147a39e3ccdac6b2556eb85613fbac136f99aee Mon Sep 17 00:00:00 2001 From: AJFISH Date: Thu, 10 Dec 2009 00:24:29 +0000 Subject: Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put it back in when we figure out the issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9547 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/Bus/Pci') diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c b/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c index 9a5c76f098..7a533d78e1 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c +++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c @@ -555,7 +555,10 @@ EhcInitHC ( { EFI_STATUS Status; - ASSERT (EhcIsHalt (Ehc)); + // This ASSERT crashes the BeagleBoard. There is some issue in the USB stack. + // This ASSERT needs to be removed so the BeagleBoard will boot. When we fix + // the USB stack we can put this ASSERT back in + // ASSERT (EhcIsHalt (Ehc)); // // Allocate the periodic frame and associated memeory -- cgit v1.2.3