summaryrefslogtreecommitdiffstats
path: root/common/fb_nand.c
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-10-15 14:34:19 +0200
committerTom Rini <trini@konsulko.com>2015-11-12 13:18:59 -0500
commit3d4ef38de2f65e9d122e1c40221f303ade0eac97 (patch)
tree5a269875b53292534860c90900accea7d4452528 /common/fb_nand.c
parent6fb77c48e40c15afcc67bb8d3b5d7d300883d293 (diff)
downloadtalos-obmc-uboot-3d4ef38de2f65e9d122e1c40221f303ade0eac97.tar.gz
talos-obmc-uboot-3d4ef38de2f65e9d122e1c40221f303ade0eac97.zip
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>
Diffstat (limited to 'common/fb_nand.c')
-rw-r--r--common/fb_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fb_nand.c b/common/fb_nand.c
index 57cbde0783..9ca8602a73 100644
--- a/common/fb_nand.c
+++ b/common/fb_nand.c
@@ -8,8 +8,8 @@
#include <config.h>
#include <common.h>
-#include <aboot.h>
#include <fastboot.h>
+#include <image-sparse.h>
#include <sparse_format.h>
#include <linux/mtd/mtd.h>
OpenPOWER on IntegriCloud