[U-Boot] [PATCH 2/3] Support for devices with FAT32 PBR

Igor Luri iluri at aotek.es
Mon May 10 12:14:15 CEST 2010


Signed-off-by: Igor Luri <iluri at aotek.es>
---
 disk/part_dos.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/disk/part_dos.h b/disk/part_dos.h
index ac93f20..6383c58 100644
--- a/disk/part_dos.h
+++ b/disk/part_dos.h
@@ -35,6 +35,7 @@
 #define DOS_PART_TBL_OFFSET	0x1be
 #define DOS_PART_MAGIC_OFFSET	0x1fe
 #define DOS_PBR_FSTYPE_OFFSET	0x36
+#define DOS_PBR_FAT32_FSTYPE_OFFSET	0x52
 #define DOS_PBR_MEDIA_TYPE_OFFSET	0x15
 #define DOS_MBR	0
 #define DOS_PBR	1
-- 
1.5.4.3



More information about the U-Boot mailing list