diff options
author | Markus Klotzbuecher | 2006-05-30 16:56:14 +0200 |
---|---|---|
committer | Markus Klotzbuecher | 2006-05-30 16:56:14 +0200 |
commit | ddf83a2fcef1a670c45fc585119dcc1fe062c4a9 (patch) | |
tree | 2430f5505c0c76da56e937d4b52f80a97c3aac7e /include/configs | |
parent | 301f1aa384d0edcae6a22fd9adb933ad71695ecc (diff) |
Support generic OHCI support for the s3c24x0 cpu.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/trab.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/trab.h b/include/configs/trab.h index 85ee756e05f..b6d4bcf1788 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -84,6 +84,11 @@ #define CONFIG_USB_STORAGE 1 #define CONFIG_DOS_PARTITION 1 +#undef CFG_USB_OHCI_BOARD_INIT +#define CFG_USB_OHCI_CPU_INIT 1 +#define CFG_USB_OHCI_REGS_BASE S3C24X0_USB_HOST_BASE +#define CFG_USB_OHCI_SLOT_NAME "s3c2400" + /* * Size of malloc() pool */ |