M7350v7_en_gpl
This commit is contained in:
7
bootable/recovery/install.c
Normal file → Executable file
7
bootable/recovery/install.c
Normal file → Executable file
@ -38,7 +38,7 @@
|
||||
|
||||
// Flash dsp*.mbn files included in the zip
|
||||
/* [yangjihong] Update dsp image */
|
||||
#define MAX_DSP_MBN_IMAGES 4
|
||||
#define MAX_DSP_MBN_IMAGES 5
|
||||
#define WLAN_MODEM_ZIP_PATH "firmware"
|
||||
#define WLAN_MODEM_DEST_PATH "/firmware"
|
||||
#define WLAN_MODEM_INFO_FILE "firmware/image/update_info"
|
||||
@ -140,10 +140,11 @@ static bool install_mbns(const ZipArchive *zip)
|
||||
"sbl1.mbn",
|
||||
"appsboot.mbn",
|
||||
"NON-HLOS.ubi",
|
||||
"boot.img"
|
||||
"boot.img",
|
||||
"rpm.mbn"
|
||||
};
|
||||
const char *mbn_partitions[MAX_DSP_MBN_IMAGES] =
|
||||
{"sbl", "aboot", "modem", "boot"};
|
||||
{"sbl", "aboot", "modem", "boot", "rpm"};
|
||||
|
||||
const ZipEntry *mbn_entry;
|
||||
const MtdPartition *part;
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user