From 34244d946d276ecf65a471b29c160ee424d91a9c Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Mon, 24 Sep 2018 17:24:41 +0100 Subject: Remove deprecated early platform setup interfaces The affected interfaces are bl31_early_platform_setup(), sp_min_early_platform_setup() and bl2_early_platform_setup(). Change-Id: I50c01ec68bcbe97fe4e5d101bcd0f763358b8e1e Signed-off-by: Antonio Nino Diaz --- include/bl32/sp_min/platform_sp_min.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/bl32') diff --git a/include/bl32/sp_min/platform_sp_min.h b/include/bl32/sp_min/platform_sp_min.h index 8f6a82d9..2d71a479 100644 --- a/include/bl32/sp_min/platform_sp_min.h +++ b/include/bl32/sp_min/platform_sp_min.h @@ -10,10 +10,6 @@ /******************************************************************************* * Mandatory SP_MIN functions ******************************************************************************/ -#if !ERROR_DEPRECATED -void sp_min_early_platform_setup(void *from_bl2, - void *plat_params_from_bl2); -#endif void sp_min_early_platform_setup2(u_register_t arg0, u_register_t arg1, u_register_t arg2, u_register_t arg3); void sp_min_platform_setup(void); -- cgit v1.2.3