1
0
Fork 0
forked from len0rd/rockbox

Enable usb detection in the sansa bootloader (loads OF if detected)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12888 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-22 12:45:19 +00:00
parent 62ec36c113
commit a76947f2a2
2 changed files with 52 additions and 6 deletions

View file

@ -217,14 +217,14 @@ drivers/tlv320.c
#if CONFIG_USBOTG == USBOTG_ISP1362
drivers/isp1362.c
#endif
#endif
#if !defined(SIMULATOR) && !defined(BOOTLOADER)
#if defined(SANSA_E200) || !defined(BOOTLOADER)
#if CONFIG_USBOTG == USBOTG_M5636
drivers/m5636.c
#elif CONFIG_USBOTG == USBOTG_ARC
drivers/arcotg_udc.c
#endif /* CONFIG_USBOTG */
#endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
#endif /* !defined(BOOTLOADER) */
#endif /* !defined(SIMULATOR) */
/* CPU Specific - By class then particular chip if applicable */
#if defined(CPU_SH)