diff options
author | Markus Klotzbuecher <mk@denx.de> | 2006-11-27 11:43:09 +0100 |
---|---|---|
committer | Markus Klotzbuecher <mk@pollux.denx.de> | 2006-11-27 11:43:09 +0100 |
commit | 53e336e9ffc51035bdc4e5867631b3378761b4df (patch) | |
tree | 77756a70bf7c5628bc5667da15abb97b396810a0 /include/configs/delta.h | |
parent | 98280e3d431db77d92219438b8840853bd7cb412 (diff) | |
download | u-boot-imx-53e336e9ffc51035bdc4e5867631b3378761b4df.zip u-boot-imx-53e336e9ffc51035bdc4e5867631b3378761b4df.tar.gz u-boot-imx-53e336e9ffc51035bdc4e5867631b3378761b4df.tar.bz2 |
Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
and adapted board configs TQM5200 and yosemite accordingly. This commit
also makes the maximum number of root hub ports configurable
(CFG_USB_OHCI_MAX_ROOT_PORTS).
Diffstat (limited to 'include/configs/delta.h')
-rw-r--r-- | include/configs/delta.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/delta.h b/include/configs/delta.h index fea821a..0617ad8 100644 --- a/include/configs/delta.h +++ b/include/configs/delta.h @@ -111,6 +111,7 @@ #define CFG_USB_OHCI_CPU_INIT 1 #define CFG_USB_OHCI_REGS_BASE OHCI_REGS_BASE #define CFG_USB_OHCI_SLOT_NAME "delta" +#define CFG_USB_OHCI_MAX_ROOT_PORTS 3 #define LITTLEENDIAN 1 /* used by usb_ohci.c */ |