]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - disk/part_dos.h
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / disk / part_dos.h
index 1a5c3777b5c4d353ed034debd1d9b917159b8783..cc3fa81d73ba48db79a157047f5ed1fd3003c1b1 100644 (file)
 #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_TBL_OFFSET    0x1be
 #define DOS_PART_MAGIC_OFFSET  0x1fe