diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-27 23:26:44 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-04-04 20:42:21 +0200 |
commit | 2b7178afce59f71e95da657273f4132012098c1f (patch) | |
tree | f47b545a7645a4ebaf893645eec0b4d6a6be8da9 /include/configs/afeb9260.h | |
parent | f82518d7f443ebac5f8821103a3c521c963aa6ee (diff) | |
download | u-boot-imx-2b7178afce59f71e95da657273f4132012098c1f.zip u-boot-imx-2b7178afce59f71e95da657273f4132012098c1f.tar.gz u-boot-imx-2b7178afce59f71e95da657273f4132012098c1f.tar.bz2 |
at91: move usb driver to drivers/usb
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/afeb9260.h')
-rw-r--r-- | include/configs/afeb9260.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/afeb9260.h b/include/configs/afeb9260.h index fa27119..72881ab 100644 --- a/include/configs/afeb9260.h +++ b/include/configs/afeb9260.h @@ -122,6 +122,7 @@ #define CONFIG_NET_RETRY_COUNT 20 /* USB */ +#define CONFIG_USB_ATMEL #define CONFIG_USB_OHCI_NEW 1 #define CONFIG_DOS_PARTITION 1 #define CONFIG_SYS_USB_OHCI_CPU_INIT 1 |