summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJuan Castillo <juan.castillo@arm.com>2015-04-10 12:43:27 +0100
committerJuan Castillo <juan.castillo@arm.com>2015-06-25 08:53:27 +0100
commitf04585f399865fb12a53b0c332807387adb7cb2f (patch)
tree3018cbfed2bdf7c21135fe014804921bd87b2152 /include
parent962f7c512ae63129471506f94003902a3245d54a (diff)
TBB: delete deprecated plat_match_rotpk()
The authentication framework deprecates plat_match_rotpk() in favour of plat_get_rotpk_info(). This patch removes plat_match_rotpk() from the platform port. Change-Id: I2250463923d3ef15496f9c39678b01ee4b33883b
Diffstat (limited to 'include')
-rw-r--r--include/plat/common/platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/plat/common/platform.h b/include/plat/common/platform.h
index d8fa8916..469d46b6 100644
--- a/include/plat/common/platform.h
+++ b/include/plat/common/platform.h
@@ -198,7 +198,6 @@ void bl32_plat_enable_mmu(uint32_t flags);
/*******************************************************************************
* Trusted Board Boot functions
******************************************************************************/
-int plat_match_rotpk(const unsigned char *, unsigned int);
int plat_get_rotpk_info(void *cookie, void **key_ptr, unsigned int *key_len,
unsigned int *flags);