summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipod6g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipod6g.h')
-rw-r--r--firmware/export/config/ipod6g.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index 84a13d8830..917ebb90d2 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -196,6 +196,10 @@
196 196
197#define ATA_HAVE_BBT 197#define ATA_HAVE_BBT
198#define ATA_BBT_PAGES 4096 198#define ATA_BBT_PAGES 4096
199#ifndef BOOTLOADER
200/* TODO: probably this check is no longer needed and might be removed */
201#define CHECK_ATA_SWAP
202#endif
199 203
200#define SECTOR_SIZE 4096 204#define SECTOR_SIZE 4096
201 205