summaryrefslogtreecommitdiff
path: root/plat/arm/fvp
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2022-03-08 21:18:31 +0000
committerManish Pandey <manish.pandey2@arm.com>2022-03-08 21:18:31 +0000
commit76f873bac83f6e17a2ce1ad0c94e963b9abff330 (patch)
tree947630ef40cfb74f36ebc533b16159fbb9d37a55 /plat/arm/fvp
parent6888feeb8e873b311b19b805990e3b2f25f7becf (diff)
fix(tftf): do not map EL3 memory in EL2 statically
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I9cc1ed29316fe3140e4a390ffbd279f9dbfedbae
Diffstat (limited to 'plat/arm/fvp')
-rw-r--r--plat/arm/fvp/plat_setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plat/arm/fvp/plat_setup.c b/plat/arm/fvp/plat_setup.c
index 8142611..fa97814 100644
--- a/plat/arm/fvp/plat_setup.c
+++ b/plat/arm/fvp/plat_setup.c
@@ -34,8 +34,6 @@ static const mmap_region_t mmap[] = {
MAP_REGION_FLAT(FLASH_BASE, FLASH_SIZE, MT_DEVICE | MT_RW | MT_NS),
#endif
MAP_REGION_FLAT(DRAM_BASE, TFTF_BASE - DRAM_BASE, MT_MEMORY | MT_RW | MT_NS),
- /* Not usable in tftf, Only for testing purpose */
- MAP_REGION_FLAT(EL3_MEMORY_ACCESS_ADDR, PAGE_SIZE, MT_MEMORY | MT_RW | MT_NS),
{0}
};
#endif /* IMAGE_NS_BL1U */