iPOd Classic: skip emCORE HDD endianness warning for bootloader

Change-Id: I274511cc1061c396a0642e8496d46a3b9c1228d3
This commit is contained in:
Cástor Muñoz 2016-02-05 14:04:45 +01:00
parent 187ce123f1
commit 44ce4eebd6
2 changed files with 33 additions and 1 deletions

View file

@ -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