[eMMC Tools] Support for partial restore

Co-Authored-By: emvym3two <emvym3two@users.noreply.github.com>
This commit is contained in:
Kostas Missos
2019-03-09 00:09:36 +02:00
parent 4b78198f33
commit 50eff41351
2 changed files with 113 additions and 9 deletions

View File

@@ -1046,7 +1046,7 @@ ment_t ment_restore[] = {
MDEF_CHGLINE(),
MDEF_CAPTION("------ Full --------", 0xFF0AB9E6),
MDEF_HANDLER("Restore eMMC BOOT0/1", restore_emmc_boot),
MDEF_HANDLER("Restore eMMC RAW GPP (exFAT only)", restore_emmc_rawnand),
MDEF_HANDLER("Restore eMMC RAW GPP", restore_emmc_rawnand),
MDEF_CHGLINE(),
MDEF_CAPTION("-- GPP Partitions --", 0xFF0AB9E6),
MDEF_HANDLER("Restore GPP partitions", restore_emmc_gpp_parts),