diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-11-27 11:44:58 +0100 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-11-27 11:44:58 +0100 |
commit | 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418 (patch) | |
tree | 360384a18d6bef3a36e5379f6282a4045b681093 /cpu/pxa | |
parent | 53e336e9ffc51035bdc4e5867631b3378761b4df (diff) | |
download | u-boot-imx-7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418.zip u-boot-imx-7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418.tar.gz u-boot-imx-7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418.tar.bz2 |
Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
to choose between the old and the generic OHCI drivers.
Diffstat (limited to 'cpu/pxa')
-rw-r--r-- | cpu/pxa/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pxa/usb.c b/cpu/pxa/usb.c index bff5bfb..5d273cb 100644 --- a/cpu/pxa/usb.c +++ b/cpu/pxa/usb.c @@ -23,7 +23,7 @@ #include <common.h> -#if defined(CONFIG_USB_OHCI) && defined(CFG_USB_OHCI_CPU_INIT) +#if defined(CONFIG_USB_OHCI_NEW) && defined(CFG_USB_OHCI_CPU_INIT) # ifdef CONFIG_CPU_MONAHANS #include <asm/arch/pxa-regs.h> |