@@ -26,11 +26,13 @@ Method is patch method fine tune. The default method is "diff":
26
26
<pacflash id =" AP" flash =" SFL1" blocksize =" 0x10000" bundleblock =" 0" method =" diff" />
27
27
<pacflash id =" APPIMG" flash =" SFL1" blocksize =" 0x10000" bundleblock =" 0" method =" diff" />
28
28
<!-- The default modem image ID is "PS". It is a SFFS image. -->
29
- <pacsffs id =" PS" ebsize =" 0x10000" pbsize =" 0x200" mount =" /modem" method =" diff" >
29
+ <pacsffs id =" PS" ebsize =" 0x10000" pbsize =" 0x200" mount =" /modem" method =" diff" savespace = " y " >
30
30
<!--
31
31
<file name="nvm/audio_calib.bin" method="ignore"/>
32
32
-->
33
33
<file name =" nvm/bt_config.bin" method =" ignore" />
34
+ <file name =" nvm/lrom_code.bin" method =" ignore" />
35
+ <file name =" nvm/lrom_proxy.bin" method =" ignore" />
34
36
<file name =" nvm/customer.bin" method =" ignore" />
35
37
</pacsffs >
36
38
<!--
@@ -73,7 +75,7 @@ Method is patch method fine tune. The default method is "diff":
73
75
<cleanrunning onchange =" any" />
74
76
</nvitem >
75
77
<nvitem id =" 0x26c" runningnv =" /modemnvm/rf_nv.bin" >
76
- <cleanrunning onchange =" always " />
78
+ <cleanrunning onchange =" any " />
77
79
</nvitem >
78
80
<nvitem id =" 0x277" runningnv =" /modemnvm/cfw_nv.bin" >
79
81
<cleanrunning onchange =" 0x277" />
@@ -87,12 +89,6 @@ Method is patch method fine tune. The default method is "diff":
87
89
<nvitem id =" 0x27a" runningnv =" /modemnvm/audio_codec_nv.bin" >
88
90
<cleanrunning onchange =" 0x27a" />
89
91
</nvitem >
90
- <nvitem id =" 0x27e" runningnv =" /modemnvm/customer.bin" >
91
- <cleanrunning onchange =" never" />
92
- </nvitem >
93
- <nvitem id =" 0x280" runningnv =" /modemnvm/lrom_code.bin" >
94
- <cleanrunning onchange =" never" />
95
- </nvitem >
96
92
</pacnv >
97
93
<paccpio id =" PREPACK" method =" diff" >
98
94
<!--
0 commit comments