summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorAndrew Thoelke <andrew.thoelke@arm.com>2014-05-23 11:00:04 +0100
committerAndrew Thoelke <andrew.thoelke@arm.com>2014-05-23 11:00:04 +0100
commit8957fc76aa58cb66635b872b80e8a44be250a2ba (patch)
tree93bbd8bacfc52aa49f99b26bb55b4b4d74f57559 /plat
parent65335d45f513dbe2e4d3677c9a4f491f51d01c24 (diff)
parent445fe84f988f61c01503a12eff591bc97dad06cd (diff)
Merge pull request #104 from athoelke:at/tsp-entrypoints-v2
Diffstat (limited to 'plat')
-rw-r--r--plat/fvp/bl31_plat_setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/fvp/bl31_plat_setup.c b/plat/fvp/bl31_plat_setup.c
index 033a8fa..7b60a78 100644
--- a/plat/fvp/bl31_plat_setup.c
+++ b/plat/fvp/bl31_plat_setup.c
@@ -210,8 +210,8 @@ void bl31_plat_arch_setup()
fvp_cci_setup();
#endif
- configure_mmu_el3(TZRAM_BASE,
- TZRAM_SIZE,
+ configure_mmu_el3(BL31_RO_BASE,
+ (BL31_COHERENT_RAM_LIMIT - BL31_RO_BASE),
BL31_RO_BASE,
BL31_RO_LIMIT,
BL31_COHERENT_RAM_BASE,