summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipodvideo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index b2b4ae9856..46411a7784 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -141,7 +141,11 @@
141 141
142/* define this if the device has larger sectors when accessed via USB */ 142/* define this if the device has larger sectors when accessed via USB */
143/* (only relevant in disk.c, fat.c now always supports large virtual sectors) */ 143/* (only relevant in disk.c, fat.c now always supports large virtual sectors) */
144#define MAX_SECTOR_SIZE 2048 144#define MAX_LOG_SECTOR_SIZE 2048
145
146/* define this if the hard drive uses large physical sectors (ATA-7 feature) */
147/* and doesn't handle them in the drive firmware */
148#define MAX_PHYS_SECTOR_SIZE 1024
145 149
146#define BOOTFILE_EXT "ipod" 150#define BOOTFILE_EXT "ipod"
147#define BOOTFILE "rockbox." BOOTFILE_EXT 151#define BOOTFILE "rockbox." BOOTFILE_EXT