mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
iPOd Classic: skip emCORE HDD endianness warning for bootloader
Change-Id: I274511cc1061c396a0642e8496d46a3b9c1228d3
This commit is contained in:
parent
187ce123f1
commit
44ce4eebd6
2 changed files with 33 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue