forked from len0rd/rockbox
AMSv2: fix bootloader build with USB enabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
097d7fb689
commit
34fc7465ac
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue