]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
fastboot: sparse: improve CHUNK_TYPE_FILL write performance
authorSteve Rae <srae@broadcom.com>
Tue, 7 Jun 2016 18:19:39 +0000 (11:19 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jun 2016 20:37:39 +0000 (16:37 -0400)
commit0abd63b26de890dc3ea8d70f2022fd587cdc686b
tree2d17c6704b2da2923039e994423cc10a9385f241
parent2c72404687f1061d042769cc65ef90e6c3da3f96
fastboot: sparse: improve CHUNK_TYPE_FILL write performance

- increase the size of the fill buffer
- testing has shown a 10x improvement when the sparse image
  has large CHUNK_TYPE_FILL chunks

Signed-off-by: Steve Rae <srae@broadcom.com>
common/image-sparse.c