]> git.dujemihanovic.xyz Git - u-boot.git/commit
dfu_mtd: Add provision to unlock mtd device
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 30 Dec 2020 13:57:06 +0000 (19:27 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 31 Dec 2020 13:41:31 +0000 (14:41 +0100)
commit65f3fc18fc1e5e79a7991fa0e9e2dc3667af770a
tree3be5b31b24cff0c5075ef85ee2f027091cbf423d
parent675b62e12f9db639bd5ebcfd6c68b46d66a46a3c
dfu_mtd: Add provision to unlock mtd device

Prior to writing to an mtd device, mtd_erase is called. This call
fails in case the sector being erased is locked. Call mtd_unlock to
unlock the region which is to be erased and later written to. Lock the
region once the write to the region has completed.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
drivers/dfu/dfu_mtd.c