Skip to content

Commit

Permalink
Update xflash.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Oct 2, 2023
1 parent 54e604a commit f1f4046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtkclient/Library/DA/xflash/extension/xflash.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def setotp(self, hwc):
def read_rpmb(self, filename=None, display=True):
progressbar = progress(1, self.mtk.config.guiprogress)
sectors = 0
val = self.custom_rpmb_init()
#val = self.custom_rpmb_init()
ufs = False
if self.xflash.emmc.rpmb_size != 0:
sectors = self.xflash.emmc.rpmb_size // 0x100
Expand Down

0 comments on commit f1f4046

Please sign in to comment.