summaryrefslogtreecommitdiffstats
path: root/include/configs/IceCube.h
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2007-06-06 11:49:43 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2007-06-06 11:49:43 +0200
commit72657570b61635c74fa0c3f0e9e7d0671a9d08df (patch)
tree6cecd69395737972dfe231a30ee1a0c06a2034eb /include/configs/IceCube.h
parentfc43be478f2aa37ce38acd85355038866e4162af (diff)
downloadtalos-obmc-uboot-72657570b61635c74fa0c3f0e9e7d0671a9d08df.tar.gz
talos-obmc-uboot-72657570b61635c74fa0c3f0e9e7d0671a9d08df.zip
USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
Diffstat (limited to 'include/configs/IceCube.h')
-rw-r--r--include/configs/IceCube.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h
index 4132f4ac7e..551a609982 100644
--- a/include/configs/IceCube.h
+++ b/include/configs/IceCube.h
@@ -93,21 +93,16 @@
#define CONFIG_ISO_PARTITION
/* USB */
-#if 1
#define CONFIG_USB_OHCI_NEW
#define ADD_USB_CMD CFG_CMD_USB | CFG_CMD_FAT
#define CONFIG_USB_STORAGE
-
+#define CFG_OHCI_BE_CONTROLLER
#undef CFG_USB_OHCI_BOARD_INIT
-#define CFG_USB_OHCI_CPU_INIT
+#define CFG_USB_OHCI_CPU_INIT 1
#define CFG_USB_OHCI_REGS_BASE MPC5XXX_USB
#define CFG_USB_OHCI_SLOT_NAME "mpc5200"
#define CFG_USB_OHCI_MAX_ROOT_PORTS 15
-#else
-#define ADD_USB_CMD 0
-#endif
-
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
/*
OpenPOWER on IntegriCloud