]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put it back...
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 10 Dec 2009 00:24:29 +0000 (00:24 +0000)
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 10 Dec 2009 00:24:29 +0000 (00:24 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9547 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c

index 9a5c76f098a6e10c997a7ba70e6a7ae9bd2c9b0a..7a533d78e13d9afd81a025985cdcee6082f78b9d 100644 (file)
@@ -555,7 +555,10 @@ EhcInitHC (
 {\r
   EFI_STATUS              Status;\r
 \r
-  ASSERT (EhcIsHalt (Ehc));\r
+  // This ASSERT crashes the BeagleBoard. There is some issue in the USB stack.\r
+  // This ASSERT needs to be removed so the BeagleBoard will boot. When we fix\r
+  // the USB stack we can put this ASSERT back in\r
+  // ASSERT (EhcIsHalt (Ehc));\r
 \r
   //\r
   // Allocate the periodic frame and associated memeory\r