Skip to content
Snippets Groups Projects
Commit e9d0d527 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration

parent 9c4884f5
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
# if defined(CONFIG_CPU_MONAHANS) || defined(CONFIG_PXA27X) # if defined(CONFIG_CPU_MONAHANS) || defined(CONFIG_PXA27X)
#include <asm/arch/pxa-regs.h> #include <asm/arch/pxa-regs.h>
#include <usb.h>
int usb_cpu_init(void) int usb_cpu_init(void)
{ {
......
...@@ -123,6 +123,8 @@ ...@@ -123,6 +123,8 @@
#define CONFIG_USB_STORAGE 1 #define CONFIG_USB_STORAGE 1
#define CONFIG_DOS_PARTITION 1 #define CONFIG_DOS_PARTITION 1
#include <asm/arch/pxa-regs.h> /* for OHCI_REGS_BASE */
#undef CFG_USB_OHCI_BOARD_INIT #undef CFG_USB_OHCI_BOARD_INIT
#define CFG_USB_OHCI_CPU_INIT 1 #define CFG_USB_OHCI_CPU_INIT 1
#define CFG_USB_OHCI_REGS_BASE OHCI_REGS_BASE #define CFG_USB_OHCI_REGS_BASE OHCI_REGS_BASE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment