diff options
Diffstat (limited to 'plat/common/plat_bl_common.c')
-rw-r--r-- | plat/common/plat_bl_common.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plat/common/plat_bl_common.c b/plat/common/plat_bl_common.c index 95d73e3c..264d5180 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,28 +49,12 @@ int bl2_plat_handle_post_image_load(unsigned int image_id) { return 0; } -#endif int plat_try_next_boot_source(void) { return 0; } -#if !ERROR_DEPRECATED -#pragma weak bl2_early_platform_setup2 - -/* - * The following platform API implementation that allow compatibility for - * the older platform APIs. - */ -void bl2_early_platform_setup2(u_register_t arg0, u_register_t arg1, - u_register_t arg2, u_register_t arg3) -{ - bl2_early_platform_setup((void *)arg1); -} -#endif - - #if TRUSTED_BOARD_BOOT /* * The following default implementation of the function simply returns the |