Commit 810d9213 authored by Jens Wiklander's avatar Jens Wiklander
Browse files

FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM



If SPD_opteed is defined map ARM_OPTEE_PAGEABLE_LOAD_MEM in bl2 to
allow loading of OP-TEE paged part.
Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 04f72bae
......@@ -86,6 +86,9 @@ const mmap_region_t plat_arm_mmap[] = {
#endif
#if ARM_BL31_IN_DRAM
ARM_MAP_BL31_SEC_DRAM,
#endif
#ifdef SPD_opteed
ARM_OPTEE_PAGEABLE_LOAD_MEM,
#endif
{0}
};
......
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