]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/host/ehci-fsl.c
MPC5121: Add USB EHCI support
[people/ms/u-boot.git] / drivers / usb / host / ehci-fsl.c
index c674929725230a9bb94b9bbe07a802ea56b7611b..6e0043a50250e24df5763fa433f9740b4174ff71 100644 (file)
@@ -40,7 +40,7 @@ int ehci_hcd_init(void)
 {
        struct usb_ehci *ehci;
 
-       ehci = (struct usb_ehci *)CONFIG_SYS_MPC8xxx_USB_ADDR;
+       ehci = (struct usb_ehci *)CONFIG_SYS_FSL_USB_ADDR;
        hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength);
        hcor = (struct ehci_hcor *)((uint32_t) hccr +
                        HC_LENGTH(ehci_readl(&hccr->cr_capbase)));