Commit 325026c2 authored by Andrew Thoelke's avatar Andrew Thoelke
Browse files

fixup! 4749bdc6

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

Change-Id: I1143feaff0313f7d0b88948997b81d6f3aeddc29
parent 4749bdc6
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment