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