X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftrab.h;h=dbccea28ad364dbde5e92ed0ad7fa5a5d02463ad;hb=d61ea14885631e58a25feaa81ee82eb464c62d6a;hp=52bcbfc158b5895d0d80881f2b7a1c8fa5853696;hpb=079a136c3588814784561d6e4856970ee82d6e2a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/trab.h b/include/configs/trab.h index 52bcbfc..dbccea2 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -80,10 +80,17 @@ #define CFG_EEPROM_PAGE_WRITE_DELAY_MS 10 /* USB stuff */ -#define CONFIG_USB_OHCI 1 +#define CONFIG_USB_OHCI_NEW 1 #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 0x14200000 +#define CFG_USB_OHCI_SLOT_NAME "s3c2400" +#define CFG_USB_OHCI_MAX_ROOT_PORTS 15 + /* * Size of malloc() pool */