diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-06-14 14:33:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-14 14:33:13 +0100 |
commit | 59c4346383407dad6b7573fccb7af85a97a5df3e (patch) | |
tree | 2bdfb5a1804540fc592d9465ead8e36655511ce6 /plat | |
parent | f3a5e3d6ec20da13619d57a523d5e87a3ed3d3e2 (diff) | |
parent | d801a1d035e8868fc2b131653c5fd96ceed10a21 (diff) | |
download | platform_external_arm-trusted-firmware-59c4346383407dad6b7573fccb7af85a97a5df3e.tar.gz platform_external_arm-trusted-firmware-59c4346383407dad6b7573fccb7af85a97a5df3e.tar.bz2 platform_external_arm-trusted-firmware-59c4346383407dad6b7573fccb7af85a97a5df3e.zip |
Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes
Minor fixes to SPM
Diffstat (limited to 'plat')
-rw-r--r-- | plat/arm/common/arm_common.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plat/arm/common/arm_common.c b/plat/arm/common/arm_common.c index 3f0ea01a1..11bdeac66 100644 --- a/plat/arm/common/arm_common.c +++ b/plat/arm/common/arm_common.c @@ -81,14 +81,6 @@ void arm_setup_page_tables(uintptr_t total_base, MT_DEVICE | MT_RW | MT_SECURE); #endif -#if ENABLE_SPM && defined(IMAGE_BL31) - /* The address of the following region is calculated by the linker. */ - mmap_add_region(SP_IMAGE_XLAT_TABLES_START, - SP_IMAGE_XLAT_TABLES_START, - SP_IMAGE_XLAT_TABLES_SIZE, - MT_MEMORY | MT_RW | MT_SECURE); -#endif - /* Now (re-)map the platform-specific memory regions */ mmap_add(plat_arm_get_mmap()); |