ipod6g: Use storage bounce buffer for ipod6g

Change-Id: I987357bd6795b988802997f92b6d64f36cd24f43
This commit is contained in:
Solomon Peachy 2024-11-07 09:33:36 -05:00
parent 0386469794
commit 9dd2781b87

View file

@ -193,9 +193,12 @@
/* define this if the device has larger sectors when accessed via USB */
#define MAX_LOG_SECTOR_SIZE 4096
/* This is the minimum access size for the device, even if it's larger than the logical sector size */
#define MAX_PHYS_SECTOR_SIZE 4096
#define STORAGE_NEEDS_BOUNCE_BUFFER
#define HAVE_HARDWARE_CLICK
/* Define this if you have adjustable CPU frequency */