summaryrefslogtreecommitdiffstats
path: root/src/restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.c')
-rw-r--r--src/restore.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/restore.c b/src/restore.c
index c6b41cc..227918a 100644
--- a/src/restore.c
+++ b/src/restore.c
@@ -923,6 +923,9 @@ static const char* restore_get_bbfw_fn_for_element(const char* elem)
// Phoenix/Mav4 firmware files
{ "DBL", "dbl.mbn" },
{ "ENANDPRG", "ENPRG.mbn" },
+ // Mav5 firmware files
+ { "RestoreSBL1", "restoresbl1.mbn" },
+ { "SBL1", "sbl1.mbn" },
{ NULL, NULL }
};