]> git.ipfire.org Git - people/ms/u-boot.git/commit
fastboot: sparse: fix block addressing for don't care chunk type
authorSteve Rae <srae@broadcom.com>
Tue, 9 Feb 2016 19:19:10 +0000 (11:19 -0800)
committerTom Rini <trini@konsulko.com>
Tue, 12 Apr 2016 00:48:29 +0000 (20:48 -0400)
commitc7529dbad1722bd6d6ef2a0af0e818902a296d64
treec8e066dafe3d834044c453ad28a1a73c3af8f9cf
parent5fee9489f6e361219790c92dfaa9f27aaf8bf5a9
fastboot: sparse: fix block addressing for don't care chunk type

When 7bfc3b1 (sparse: Refactor chunk parsing function) was implemented,
it dropped 9981945 (aboot: fix block addressing for don't care chunk type).

This re-implements the required fix for the "don't care chunk type"...

Signed-off-by: Steve Rae <srae@broadcom.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
common/image-sparse.c