summaryrefslogtreecommitdiff
path: root/include/common
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2017-11-10 13:14:40 +0000
committerSoby Mathew <soby.mathew@arm.com>2017-12-05 16:04:45 +0000
commit76163b3a7aeda02f480e2d69a5d02240e8d8626b (patch)
tree43fee32e9d2fa8f13e015b299174a1bdff68cb2b /include/common
parent5627c1ed9ed7b1ce70355dc2dea1dbf7a697f3e1 (diff)
Unify cache flush code path after image load
Previously the cache flush happened in 2 different places in code depending on whether TRUSTED_BOARD_BOOT is enabled or not. This patch unifies this code path for both the cases. The `load_image()` function is now made an internal static function. Change-Id: I96a1da29d29236bbc34b1c95053e6a9a7fc98a54 Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Diffstat (limited to 'include/common')
-rw-r--r--include/common/bl_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common/bl_common.h b/include/common/bl_common.h
index 15ffc578..8915ba06 100644
--- a/include/common/bl_common.h
+++ b/include/common/bl_common.h
@@ -205,7 +205,6 @@ int is_mem_free(uintptr_t free_base, size_t free_size,
#if LOAD_IMAGE_V2
-int load_image(unsigned int image_id, image_info_t *image_data);
int load_auth_image(unsigned int image_id, image_info_t *image_data);
#else