diff options
author | Jens Scharsig <js_at_ng@scharsoft.de> | 2011-07-11 09:25:42 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-04-21 17:13:06 +0200 |
commit | 0d62032e5b6274686f736a040c4c8667a532b142 (patch) | |
tree | f1146ffe4ca09317de2f97ac1db7573ae3899619 | |
parent | 146bec790599717930499a94a10accbbdda746ee (diff) | |
download | u-boot-imx-0d62032e5b6274686f736a040c4c8667a532b142.zip u-boot-imx-0d62032e5b6274686f736a040c4c8667a532b142.tar.gz u-boot-imx-0d62032e5b6274686f736a040c4c8667a532b142.tar.bz2 |
eb_cpux9k2: add USB host support to board
Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
-rw-r--r-- | include/configs/eb_cpux9k2.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index 9046cf0..eb05e2a 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -139,6 +139,8 @@ #define CONFIG_CMD_PING #define CONFIG_I2C_CMD_NO_FLAT #define CONFIG_I2C_CMD_TREE +#define CONFIG_CMD_USB +#define CONFIG_CMD_FAT #define CONFIG_SYS_LONGHELP @@ -169,6 +171,18 @@ /* * Hardware drivers */ +#define CONFIG_USB_ATMEL +#define CONFIG_USB_OHCI_NEW +#define CONFIG_AT91C_PQFP_UHPBUG +#define CONFIG_USB_STORAGE +#define CONFIG_DOS_PARTITION +#define CONFIG_ISO_PARTITION +#define CONFIG_EFI_PARTITION + +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1 +#define CONFIG_SYS_USB_OHCI_CPU_INIT +#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x00300000 +#define CONFIG_SYS_USB_OHCI_SLOT_NAME "at91rm9200" /* * UART/CONSOLE |