The size of APM could be bigger than number of already allocated entries.
And the first usable sector should not start from the inside of APM area. MFC after: 1 month
This commit is contained in:
parent
1d0a25d803
commit
a267596c2a
@ -443,7 +443,7 @@ g_part_apm_read(struct g_part_table *basetable, struct g_consumer *cp)
|
||||
|
||||
table = (struct g_part_apm_table *)basetable;
|
||||
|
||||
basetable->gpt_first = table->self.ent_pmblkcnt + 1;
|
||||
basetable->gpt_first = table->self.ent_size + 1;
|
||||
basetable->gpt_last = table->ddr.ddr_blkcount - 1;
|
||||
basetable->gpt_entries = table->self.ent_pmblkcnt - 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user