]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/delta.h
delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
[karo-tx-uboot.git] / include / configs / delta.h
index dbfe7a702b54bc61b75da1375efa33be048c571b..14fde1a957942519b6685927c0e778aee4573e77 100644 (file)
 
 #endif
 
+/* USB */
+#define CONFIG_USB_OHCI_NEW    1
+#define CONFIG_USB_STORAGE      1
+#define CONFIG_DOS_PARTITION    1
+
+#include <asm/arch/pxa-regs.h> /* for OHCI_REGS_BASE */
+
+#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_OHCI_SLOT_NAME "delta"
+#define CFG_USB_OHCI_MAX_ROOT_PORTS    3
+
+#define LITTLEENDIAN            1       /* used by usb_ohci.c  */
 
 #define CONFIG_BOOTDELAY       -1
 #define CONFIG_ETHADDR         08:00:3e:26:0a:5b