From 44ce4eebd61302a22cbcc8fdaa0851adc103550f Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Fri, 5 Feb 2016 14:04:45 +0100 Subject: iPOd Classic: skip emCORE HDD endianness warning for bootloader Change-Id: I274511cc1061c396a0642e8496d46a3b9c1228d3 --- firmware/export/config/ipod6g.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config/ipod6g.h') 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 -- cgit