From 42b63daebb18c15c2ded43587b04dcb82f1d8f21 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 7 Nov 2024 17:01:24 -0500 Subject: [PATCH] ipod6g: Swap STORAGE_NEEDS_BOUNCE_BUFFER for STORAGE_WANTS_ALIGN Change-Id: Ie34ffe0e022c8416ec9b2d4c39733a15c205eb3d --- firmware/export/config/ipod6g.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 031cc3c20f..2b3e4c3d3e 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -197,7 +197,8 @@ /* 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 STORAGE_NEEDS_BOUNCE_BUFFER +#define STORAGE_WANTS_ALIGN #define HAVE_HARDWARE_CLICK