summaryrefslogtreecommitdiff
path: root/include/common
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2019-01-30 16:27:16 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2019-01-31 16:10:54 +0100
commitc4e9d827ee75b32e1e9d5a8aad1c07d6cf2aa33d (patch)
tree20e3e0d3b0ea473cc42517ee9a8195894656863e /include/common
parentc3faf745c42ec97fba7745589961039bd0951c40 (diff)
Remove dead code related to LOAD_IMAGE_V2=0
Commit ed51b51f7a9163a ("Remove build option LOAD_IMAGE_V2") intended to remove all code related to LOAD_IMAGE_V2=0 but missed a few things. Change-Id: I16aaf52779dd4af1e134e682731328c5f1e5d622 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Diffstat (limited to 'include/common')
-rw-r--r--include/common/bl_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/common/bl_common.h b/include/common/bl_common.h
index f7b3b9c7..57c11745 100644
--- a/include/common/bl_common.h
+++ b/include/common/bl_common.h
@@ -189,11 +189,6 @@ typedef struct bl_params {
/*******************************************************************************
* Function & variable prototypes
******************************************************************************/
-size_t get_image_size(unsigned int image_id);
-
-int is_mem_free(uintptr_t free_base, size_t free_size,
- uintptr_t addr, size_t size);
-
int load_auth_image(unsigned int image_id, image_info_t *image_data);
#if TRUSTED_BOARD_BOOT && defined(DYN_DISABLE_AUTH)