From 08aa122bf5b073a1af0372b644b1ac4217ef155a Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Tue, 30 Oct 2018 11:52:45 +0000 Subject: SPM: Deprecate boot info struct This information is defined by the Secure Partition in the resource description. Change-Id: Ia7db90c5de8360a596106880d3f6a632a88d3ea8 Signed-off-by: Antonio Nino Diaz --- include/services/secure_partition.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/services') diff --git a/include/services/secure_partition.h b/include/services/secure_partition.h index d565e0c57..0ae6cf991 100644 --- a/include/services/secure_partition.h +++ b/include/services/secure_partition.h @@ -7,6 +7,8 @@ #ifndef SECURE_PARTITION_H #define SECURE_PARTITION_H +#if SPM_DEPRECATED + #include #include @@ -46,4 +48,6 @@ typedef struct secure_partition_boot_info { secure_partition_mp_info_t *mp_info; } secure_partition_boot_info_t; +#endif /* SPM_DEPRECATED */ + #endif /* SECURE_PARTITION_H */ -- cgit v1.2.3