fix r31502: USBOTG_AS3525v2 doesn't exist anymore

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31504 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-12-31 20:20:54 +00:00
parent a2f6d83eec
commit c003d6c332

View file

@ -48,11 +48,10 @@
(defined(HAVE_USBSTACK) && defined(HAVE_BOOTLOADER_USB_MODE)) || \
(defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx))) || \
(defined(HAVE_USBSTACK) && (defined(OLYMPUS_MROBE_500))) || \
(defined(HAVE_USBSTACK) && (defined(IPOD_NANO2G))) || \
(defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) && CONFIG_USBOTG == USBOTG_S3C6400X) || \
defined(CPU_TCC77X) || defined(CPU_TCC780X) || \
(CONFIG_USBOTG == USBOTG_JZ4740) || \
(defined(USE_ROCKBOX_USB) && CONFIG_USBOTG == USBOTG_AS3525) || \
(defined(USE_ROCKBOX_USB) && CONFIG_USBOTG == USBOTG_AS3525v2)
(defined(USE_ROCKBOX_USB) && CONFIG_USBOTG == USBOTG_AS3525)
#define USB_FULL_INIT
#endif