mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
xduoox3: Completely strip USB support out of the bootloader.
Change-Id: I7167e051a56a3be3c285c209b1c8fca7de251b09
This commit is contained in:
parent
80b9127727
commit
e2fb4ecd5c
3 changed files with 4 additions and 21 deletions
|
|
@ -174,6 +174,7 @@
|
|||
/* Type of LCD */
|
||||
#define CONFIG_LCD LCD_XDUOOX3
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
/* USB On-the-go */
|
||||
#define CONFIG_USBOTG USBOTG_JZ4760
|
||||
|
||||
|
|
@ -189,6 +190,7 @@
|
|||
|
||||
#define USB_NUM_ENDPOINTS 3
|
||||
#define USB_DEVBSS_ATTR IBSS_ATTR
|
||||
#endif /* !BOOTLOADER */
|
||||
|
||||
#define BOOTFILE_EXT "x3"
|
||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||
|
|
@ -198,7 +200,7 @@
|
|||
|
||||
#define ICODE_ATTR_TREMOR_NOT_MDCT
|
||||
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* !SIMULATOR */
|
||||
|
||||
/** Port-specific settings **/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue