aboutsummaryrefslogtreecommitdiff
path: root/plat/common/plat_bl_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/common/plat_bl_common.c')
-rw-r--r--plat/common/plat_bl_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plat/common/plat_bl_common.c b/plat/common/plat_bl_common.c
index 95d73e3c9..aa1077bd3 100644
--- a/plat/common/plat_bl_common.c
+++ b/plat/common/plat_bl_common.c
@@ -40,7 +40,6 @@ void bl2_plat_preload_setup(void)
{
}
-#if LOAD_IMAGE_V2
int bl2_plat_handle_pre_image_load(unsigned int image_id)
{
return 0;
@@ -50,7 +49,6 @@ int bl2_plat_handle_post_image_load(unsigned int image_id)
{
return 0;
}
-#endif
int plat_try_next_boot_source(void)
{