]> git.ipfire.org Git - people/ms/u-boot.git/commit
sparse: Rename the file and header
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 15 Oct 2015 12:34:19 +0000 (14:34 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 18:18:59 +0000 (13:18 -0500)
commit3d4ef38de2f65e9d122e1c40221f303ade0eac97
tree5a269875b53292534860c90900accea7d4452528
parent6fb77c48e40c15afcc67bb8d3b5d7d300883d293
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>
common/Makefile
common/fb_mmc.c
common/fb_nand.c
common/image-sparse.c [moved from common/aboot.c with 99% similarity]
include/image-sparse.h [moved from include/aboot.h with 100% similarity]