arm: rmobile: Add Stout board support
[oweals/u-boot.git] / board / genesi / mx51_efikamx / efikamx-usb.c
index 0b431019104c231852c90f4989a36c7f839bac59..9dfd24961af03a05e5be55d7563f012b0a3f55cc 100644 (file)
@@ -173,7 +173,9 @@ int board_ehci_hcd_init(int port)
        return 0;
 }
 
-void ehci_powerup_fixup(uint32_t *status_reg, uint32_t *reg)
+/* This overrides a weak function */
+void mx5_ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg,
+                          uint32_t *reg)
 {
        uint32_t port = OTG_BASE_ADDR + (0x200 * CONFIG_MXC_USB_PORT);
        struct usb_ehci *ehci = (struct usb_ehci *)port;