summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/Makefile2
-rw-r--r--common/fb_mmc.c2
-rw-r--r--common/fb_nand.c2
-rw-r--r--common/image-sparse.c (renamed from common/aboot.c)2
-rw-r--r--include/image-sparse.h (renamed from include/aboot.h)0
5 files changed, 4 insertions, 4 deletions
diff --git a/common/Makefile b/common/Makefile
index 4c1b2f00ab..d8dc892f72 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -277,7 +277,7 @@ obj-y += stdio.o
# This option is not just y/n - it can have a numeric value
ifdef CONFIG_FASTBOOT_FLASH
-obj-y += aboot.o
+obj-y += image-sparse.o
ifdef CONFIG_FASTBOOT_FLASH_MMC_DEV
obj-y += fb_mmc.o
endif
diff --git a/common/fb_mmc.c b/common/fb_mmc.c
index c6989668ae..e4fbd8dfa7 100644
--- a/common/fb_mmc.c
+++ b/common/fb_mmc.c
@@ -9,8 +9,8 @@
#include <errno.h>
#include <fastboot.h>
#include <fb_mmc.h>
+#include <image-sparse.h>
#include <part.h>
-#include <aboot.h>
#include <sparse_format.h>
#include <mmc.h>
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>
diff --git a/common/aboot.c b/common/image-sparse.c
index 6d76c1e758..dffe844d54 100644
--- a/common/aboot.c
+++ b/common/image-sparse.c
@@ -36,9 +36,9 @@
#include <config.h>
#include <common.h>
-#include <aboot.h>
#include <div64.h>
#include <errno.h>
+#include <image-sparse.h>
#include <malloc.h>
#include <part.h>
#include <sparse_format.h>
diff --git a/include/aboot.h b/include/image-sparse.h
index 0382f5bd26..0382f5bd26 100644
--- a/include/aboot.h
+++ b/include/image-sparse.h
OpenPOWER on IntegriCloud