diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h index 9f611317e5..da2d2dfe23 100644 --- a/firmware/export/config/gogearhdd1630.h +++ b/firmware/export/config/gogearhdd1630.h @@ -200,10 +200,6 @@ #define ICODE_ATTR_TREMOR_NOT_MDCT - -/* DMA is used only for reading on PP502x because although reads are ~8x faster - * writes appear to be ~25% slower. - */ #ifndef BOOTLOADER #define HAVE_ATA_DMA #endif diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h index 18a1e8012b..2c724c1ca4 100644 --- a/firmware/export/config/gogearhdd6330.h +++ b/firmware/export/config/gogearhdd6330.h @@ -205,11 +205,9 @@ #define ICODE_ATTR_TREMOR_NOT_MDCT -/* DMA is used only for reading on PP502x because although reads are ~8x faster - * writes appear to be ~25% slower. - */ -/* TODO: it does not work - it hangs the player */ -/* #define HAVE_ATA_DMA */ +#ifndef BOOTLOADER +#define HAVE_ATA_DMA +#endif /* Define this if a programmable hotkey is mapped */ #define HAVE_HOTKEY