diff options
author | Cástor Muñoz <cmvidal@gmail.com> | 2016-05-15 02:11:32 +0200 |
---|---|---|
committer | Cástor Muñoz <cmvidal@gmail.com> | 2016-05-15 21:38:37 +0200 |
commit | dbcde01835f73285d1a4a61a2dc55add92ad25de (patch) | |
tree | feeba4ea4953f41e19c59a7b3d8e3127d2494f78 /firmware/export | |
parent | 469d64539007584241ccd475e81038ea4166f17b (diff) |
iPod Classic: remove emCORE HDD endianess warning
Change-Id: I91aa2dca7e748fe043c16014661985c42ab84b1a
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/ipod6g.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 917ebb90d2..84a13d8830 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -196,10 +196,6 @@ #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 |