]> git.sur5r.net Git - u-boot/commitdiff
Merge branch 'master' of git://git.denx.de/u-boot-mips
authorWolfgang Denk <wd@denx.de>
Tue, 10 May 2011 20:34:24 +0000 (22:34 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 10 May 2011 20:34:24 +0000 (22:34 +0200)
arch/powerpc/cpu/mpc83xx/cpu_init.c

index 7a1cae75da086e8ec443cdf231d75b95e2f50a65..76afba5dd2cfe91d39be1a255ee3ba26d9648c84 100644 (file)
@@ -326,8 +326,7 @@ void cpu_init_f (volatile immap_t * im)
        im->gpio[1].dat = CONFIG_SYS_GPIO2_DAT;
        im->gpio[1].dir = CONFIG_SYS_GPIO2_DIR;
 #endif
-#ifdef CONFIG_USB_EHCI_FSL
-#ifndef CONFIG_MPC834x
+#if defined(CONFIG_USB_EHCI_FSL) && defined(CONFIG_MPC831x)
        uint32_t temp;
        struct usb_ehci *ehci = (struct usb_ehci *)CONFIG_SYS_FSL_USB_ADDR;
 
@@ -340,7 +339,6 @@ void cpu_init_f (volatile immap_t * im)
                udelay(1000);
        } while (!(temp & PHY_CLK_VALID));
 #endif
-#endif
 }
 
 int cpu_init_r (void)