mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -04:00
delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
9c4884f54d
commit
e9d0d52799
@ -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 @@
|
|||||||
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user