]> git.sur5r.net Git - u-boot/blobdiff - disk/part_dos.h
Add CONFIG_OF_LIBFDT to more boards.
[u-boot] / disk / part_dos.h
index ac93f20b3e667b7d7fd48d0d43ace7ed21b7c339..195a32cb3887ca7ca3429e6a326e85f8aa7f0fec 100644 (file)
 #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
+#define DEFAULT_SECTOR_SIZE    2048
 #else
 #define DEFAULT_SECTOR_SIZE    512
 #endif
 #define DOS_PART_TBL_OFFSET    0x1be
 #define DOS_PART_MAGIC_OFFSET  0x1fe
 #define DOS_PBR_FSTYPE_OFFSET  0x36
+#define DOS_PBR32_FSTYPE_OFFSET        0x52
 #define DOS_PBR_MEDIA_TYPE_OFFSET      0x15
 #define DOS_MBR        0
 #define DOS_PBR        1