storage: Add modem_tunning partition needed for Alcatel Idol 3 devices

This commit is contained in:
Vincent Knecht
2020-11-11 21:06:52 +01:00
committed by Bjorn Andersson
parent 0d00985e5e
commit 417f04a9a7

View File

@@ -41,6 +41,7 @@ static const struct partition partition_table[] = {
{ "/boot/modem_fs2", "modem_fs2", "modemst2" },
{ "/boot/modem_fsc", "modem_fsc", "fsc" },
{ "/boot/modem_fsg", "modem_fsg", "fsg" },
{ "/boot/modem_tunning", "modem_tunning", "tunning" },
{}
};