Skip to content
Snippets Groups Projects
Commit 4e9bd062 authored by Gary Bisson's avatar Gary Bisson Committed by Heinrich Schuchardt
Browse files

disk: part_efi: update partition table entries after write


Fixes fastboot issues when switching from mbr to gpt partition tables.

Signed-off-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
Reviewed-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 82d01f04
No related branches found
No related tags found
No related merge requests found
......@@ -867,6 +867,9 @@ int write_mbr_and_gpt_partitions(struct blk_desc *dev_desc, void *buf)
return 1;
}
/* Update the partition table entries*/
part_init(dev_desc);
return 0;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment