Add AMIC A25LQ64 to internal JEDEC ID database

This commit is contained in:
Nikolaj Schlej 2025-02-12 08:50:50 +01:00
parent 0030ea9481
commit 214b356f84
3 changed files with 5 additions and 5 deletions

View file

@ -4676,10 +4676,9 @@ make_partition_table_consistent:
UModelIndex partitionIndex = model->addItem(localOffset + partitions[i].ptEntry.Offset.Offset, Types::CpdPartition, Subtypes::ManifestCpdPartition, name, UString(), info, header, body, UByteArray(), Fixed, parent);
// Parse data as extensions area
// Add the header size as a local offset
// Since the body starts after the
// header length
parseCpdExtensionsArea(partitionIndex, header.size());
// Add the header size as a local offset
// Since the body starts after the header length
parseCpdExtensionsArea(partitionIndex, (UINT32)header.size());
}
}
}