summaryrefslogtreecommitdiff
path: root/include/configs/delta.h
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2006-05-23 10:33:11 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2006-05-23 10:33:11 +0200
commit24e37645e7378b20fa8f20e2996c8fb8e90c70c9 (patch)
tree466a18dd76abda5b0bd08e90922e3261b780474a /include/configs/delta.h
parent3e326ece9eba8184f5d48aa4fb87760a8f6f0f10 (diff)
More cleanup for the delta board and the generic usb_ohci driver. Added
CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific initialization and cleanup hooks respectively.
Diffstat (limited to 'include/configs/delta.h')
-rw-r--r--include/configs/delta.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/configs/delta.h b/include/configs/delta.h
index 0423bcbdb..e6b05e059 100644
--- a/include/configs/delta.h
+++ b/include/configs/delta.h
@@ -102,13 +102,17 @@
| CFG_CMD_IMLS))
#endif
-
+/* USB */
#define CONFIG_USB_OHCI 1
#define CONFIG_USB_STORAGE 1
#define CONFIG_DOS_PARTITION 1
-#define LITTLEENDIAN 1 /* used by usb_ohci.c */
+#undef CFG_USB_BOARD_INIT
+#define CFG_USB_CPU_INIT 1
+#define CFG_USB_OHCI_REGS_BASE OHCI_REGS_BASE
+#define CFG_USB_SLOT_NAME "delta"
+#define LITTLEENDIAN 1 /* used by usb_ohci.c */
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>