diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c index 4552561..8b47c0b 100644 --- a/firmware/target/arm/as3525/sd-as3525v2.c +++ b/firmware/target/arm/as3525/sd-as3525v2.c @@ -827,8 +830,8 @@ static int sd_transfer_sectors(IF_MD2(int drive,) unsigned long start, #ifndef HAVE_MULTIDRIVE const int drive = 0; #endif - bool aligned = !((uintptr_t)buf & (CACHEALIGN_SIZE - 1)); - +// bool aligned = !((uintptr_t)buf & (CACHEALIGN_SIZE - 1)); + bool aligned = false; mutex_lock(&sd_mtx); #ifndef BOOTLOADER