Modify the BL3-1 read/write memory extent to cover all of the SRAM

Change-Id: I1143feaff0313f7d0b88948997b81d6f3aeddc29
This commit is contained in:
Andrew Thoelke 2014-05-21 10:15:42 +01:00
parent 4749bdc6e7
commit 325026c256
1 changed files with 2 additions and 2 deletions

View File

@ -199,8 +199,8 @@ void bl31_plat_arch_setup()
plat_cci_setup();
#endif
configure_mmu_el3(BL31_RO_BASE,
(BL31_COHERENT_RAM_LIMIT - BL31_RO_BASE),
configure_mmu_el3(TZRAM_BASE,
TZRAM_SIZE,
BL31_RO_BASE,
BL31_RO_LIMIT,
BL31_COHERENT_RAM_BASE,