aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm32/tee
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2014-12-02 10:34:54 +0100
committerJens Wiklander <jens.wiklander@linaro.org>2014-12-12 10:03:05 +0100
commite3bbec52c001ec97832897c8aa3fa325464f37c8 (patch)
tree98d77826764cca0a13010f88c961cb5017cf7ae9 /core/arch/arm32/tee
parent76d547995486aa59966da74669913cd4bb0e3f31 (diff)
arm32: move call to teecore_init_ta_ram()
Moves call to teecore_init_ta_ram() from init_teecore() to be called directly from platform initialization routines. It's needed later when the pager allocates secure DDR to store that backing pages. We don't want to call init_teecore() until the pager is fully initialized because init_teecore() pulls in many dependencies. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
Diffstat (limited to 'core/arch/arm32/tee')
-rw-r--r--core/arch/arm32/tee/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/arch/arm32/tee/init.c b/core/arch/arm32/tee/init.c
index 2b9dfe0..76dc43f 100644
--- a/core/arch/arm32/tee/init.c
+++ b/core/arch/arm32/tee/init.c
@@ -61,7 +61,6 @@ TEE_Result init_teecore(void)
/* init support for futur mapping of TAs */
tee_mmu_kmap_init();
- teecore_init_ta_ram();
teecore_init_pub_ram();
/* Initialize cryptographic provider */