diff options
Diffstat (limited to 'include')
| -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 85ee756e0..b6d4bcf17 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   */  |