Ignore:
Timestamp:
08/18/11 00:36:17 (21 months ago)
Author:
philmoz
Message:

Update for G12 & SX30 to support very large, partitioned SD cards, where the 2nd partition is formatted as exFat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx30/sub/100n/boot.c

    r1274 r1294  
    577577        "CMP     R3, #0xB\n"                   // Is this a FAT32 partition? 
    578578        "CMPNE   R3, #0xC\n"                   // Not 0xB, is it 0xC (FAT32 LBA) then? 
     579        "CMPNE   R3, #0x7\n"                   // exFat? 
    579580        "BNE     dg_sd_fat32\n"                // No, it isn't. Loop again. 
    580581        "CMP     R2, #0x00\n"                  // It is, check the validity of the partition type 
Note: See TracChangeset for help on using the changeset viewer.