u-boot-brain/drivers/dfu
Sughosh Ganu 65f3fc18fc 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>
2020-12-31 14:41:31 +01:00
..
dfu_alt.c
dfu_mmc.c
dfu_mtd.c dfu_mtd: Add provision to unlock mtd device 2020-12-31 14:41:31 +01:00
dfu_nand.c
dfu_ram.c
dfu_sf.c
dfu_virt.c
dfu.c
Kconfig dfu: simplify the dependencies of DFU_TFTP 2020-11-21 07:26:16 +01:00
Makefile