Changeset 1294 for trunk/platform/sx30/sub/100n/boot.c
- Timestamp:
- 08/18/11 00:36:17 (21 months ago)
- File:
-
- 1 edited
-
trunk/platform/sx30/sub/100n/boot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/sx30/sub/100n/boot.c
r1274 r1294 577 577 "CMP R3, #0xB\n" // Is this a FAT32 partition? 578 578 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 579 "CMPNE R3, #0x7\n" // exFat? 579 580 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 580 581 "CMP R2, #0x00\n" // It is, check the validity of the partition type
Note: See TracChangeset
for help on using the changeset viewer.