mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
echoplayer: reduce USB storage buffer size for bootloader
This saves 64k of BSS, freeing up space in AXI SRAM. Change-Id: I37079c5fa5ed2b969d70622491dbf0f4dca2c759
This commit is contained in:
parent
d15bb5f848
commit
7b77752aff
1 changed files with 5 additions and 0 deletions
|
|
@ -114,6 +114,11 @@
|
|||
#define HAVE_BOOTLOADER_USB_MODE
|
||||
#endif
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
# define USB_READ_BUFFER_SIZE (32 * 1024)
|
||||
# define USB_WRITE_BUFFER_SIZE (32 * 1024)
|
||||
#endif
|
||||
|
||||
/* Rockbox capabilities */
|
||||
#define HAVE_FAT16SUPPORT
|
||||
#define HAVE_ALBUMART
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue