|
@@ -450,7 +450,7 @@ static int dbgp_ehci_startup(void)
|
|
writel(FLAG_CF, &ehci_regs->configured_flag);
|
|
writel(FLAG_CF, &ehci_regs->configured_flag);
|
|
|
|
|
|
/* Wait until the controller is no longer halted */
|
|
/* Wait until the controller is no longer halted */
|
|
- loop = 10;
|
|
|
|
|
|
+ loop = 1000;
|
|
do {
|
|
do {
|
|
status = readl(&ehci_regs->status);
|
|
status = readl(&ehci_regs->status);
|
|
if (!(status & STS_HALT))
|
|
if (!(status & STS_HALT))
|