commit | 6af49bc8f34b4c3a55ded9e17551ddc71e3084ae | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Oct 15 14:34:19 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 12 13:18:59 2015 -0500 |
tree | 5a269875b53292534860c90900accea7d4452528 | |
parent | 18123548bf76f3cdb7f64472b10ee0b717b8ce64 [diff] |
sparse: Rename the file and header The Android sparse image format is currently supported through a file called aboot, which isn't really such a great name, since the sparse image format is only used for transferring data with fastboot. Rename the file and header to a file called "sparse", which also makes it consistent with the header defining the image structures. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Tom Rini <trini@konsulko.com>