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:
Aidan MacDonald 2026-01-25 19:29:51 +00:00 committed by Solomon Peachy
parent d15bb5f848
commit 7b77752aff

View file

@ -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