Refine image size calculation.
The image size is the expanded space taken in memory rather than just
the binary size. This is the value that should be used in the image
header when conforming the the Linux header for aarch64.
Change-Id: Icbba83b466ea311a72862104878b1a4b50ec38ce
diff --git a/inc/hf/layout.h b/inc/hf/layout.h
index 7345fb0..4193abf 100644
--- a/inc/hf/layout.h
+++ b/inc/hf/layout.h
@@ -33,6 +33,6 @@
paddr_t layout_fdt_begin(void);
paddr_t layout_fdt_end(void);
-paddr_t layout_bin_end(void);
+paddr_t layout_image_end(void);
paddr_t layout_primary_begin(void);