From 34fc7465ac33cb981bfb8c3aa260668d62c101e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 24 Oct 2010 11:58:00 +0000 Subject: AMSv2: fix bootloader build with USB enabled git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28342 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/usb.c b/firmware/usb.c index baf6af7..af16b7d 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -52,7 +52,8 @@ (defined(HAVE_USBSTACK) && (defined(IPOD_NANO2G))) || \ 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_AS3525) || \ + (defined(USE_ROCKBOX_USB) && CONFIG_USBOTG == USBOTG_AS3525v2) #define USB_FULL_INIT #endif -- cgit v1.1