diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-05-23 13:38:35 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-05-23 13:38:35 +0200 |
commit | 301f1aa384d0edcae6a22fd9adb933ad71695ecc (patch) | |
tree | 6372c981f149c1baac612c71ff7d994a097071e0 /include/configs/delta.h | |
parent | 24e37645e7378b20fa8f20e2996c8fb8e90c70c9 (diff) | |
download | u-boot-imx-301f1aa384d0edcae6a22fd9adb933ad71695ecc.zip u-boot-imx-301f1aa384d0edcae6a22fd9adb933ad71695ecc.tar.gz u-boot-imx-301f1aa384d0edcae6a22fd9adb933ad71695ecc.tar.bz2 |
Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
fixes to the latter.
Diffstat (limited to 'include/configs/delta.h')
-rw-r--r-- | include/configs/delta.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/delta.h b/include/configs/delta.h index e6b05e0..fea821a 100644 --- a/include/configs/delta.h +++ b/include/configs/delta.h @@ -107,10 +107,10 @@ #define CONFIG_USB_STORAGE 1 #define CONFIG_DOS_PARTITION 1 -#undef CFG_USB_BOARD_INIT -#define CFG_USB_CPU_INIT 1 +#undef CFG_USB_OHCI_BOARD_INIT +#define CFG_USB_OHCI_CPU_INIT 1 #define CFG_USB_OHCI_REGS_BASE OHCI_REGS_BASE -#define CFG_USB_SLOT_NAME "delta" +#define CFG_USB_OHCI_SLOT_NAME "delta" #define LITTLEENDIAN 1 /* used by usb_ohci.c */ |