summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/ipod6g.h
diff options
context:
space:
mode:
authorCástor Muñoz <cmvidal@gmail.com>2016-02-05 14:04:45 +0100
committerCástor Muñoz <cmvidal@gmail.com>2016-05-15 21:16:54 +0200
commit44ce4eebd61302a22cbcc8fdaa0851adc103550f (patch)
treeb8ea8a2b91365b84ef0fb1959b7c137628003f6a /firmware/export/config/ipod6g.h
parent187ce123f1d7fa75de91c9a2ed8c0f54992b9859 (diff)
downloadrockbox-44ce4eebd61302a22cbcc8fdaa0851adc103550f.tar.gz
rockbox-44ce4eebd61302a22cbcc8fdaa0851adc103550f.zip
iPOd Classic: skip emCORE HDD endianness warning for bootloader
Change-Id: I274511cc1061c396a0642e8496d46a3b9c1228d3
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 @@
#define ATA_HAVE_BBT
#define ATA_BBT_PAGES 4096
+#ifndef BOOTLOADER
+/* TODO: probably this check is no longer needed and might be removed */
+#define CHECK_ATA_SWAP
+#endif
#define SECTOR_SIZE 4096