summaryrefslogtreecommitdiffstats
path: root/u-boot/disk/part_dos.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/disk/part_dos.h')
-rwxr-xr-x[-rw-r--r--]u-boot/disk/part_dos.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/u-boot/disk/part_dos.h b/u-boot/disk/part_dos.h
index 195a32c..7b77c1d 100644..100755
--- a/u-boot/disk/part_dos.h
+++ b/u-boot/disk/part_dos.h
@@ -24,14 +24,7 @@
#ifndef _DISK_PART_DOS_H
#define _DISK_PART_DOS_H
-
-#ifdef CONFIG_ISO_PARTITION
-/* Make the buffers bigger if ISO partition support is enabled -- CD-ROMS
- have 2048 byte blocks */
-#define DEFAULT_SECTOR_SIZE 2048
-#else
-#define DEFAULT_SECTOR_SIZE 512
-#endif
+#define DOS_PART_DISKSIG_OFFSET 0x1b8
#define DOS_PART_TBL_OFFSET 0x1be
#define DOS_PART_MAGIC_OFFSET 0x1fe
#define DOS_PBR_FSTYPE_OFFSET 0x36