Skip to content

Commit

Permalink
[review] core: mm: replace MEM_AREA_TA_RAM
Browse files Browse the repository at this point in the history
Remove the read-only mapping between TEE_RAM_START and TEE_LOAD_ADDR.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
jenswi-linaro committed Sep 30, 2024
1 parent 6eff1c9 commit a6a21d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/mm/core_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,6 @@ static void collect_mem_ranges(struct memory_map *mem_map)
* not be mapped by MEM_AREA_SEC_RAM_OVERALL, but all the
* read/write should.
*/
ADD_PHYS_MEM(MEM_AREA_TEE_RAM, ram_start,
VCORE_UNPG_RX_PA - ram_start);
ADD_PHYS_MEM(MEM_AREA_SEC_RAM_OVERALL, ram_start,
VCORE_UNPG_RX_PA - ram_start);
ADD_PHYS_MEM(MEM_AREA_TEE_RAM_RX, VCORE_UNPG_RX_PA,
Expand Down

0 comments on commit a6a21d1

Please sign in to comment.