Skip to content

Commit

Permalink
core: arm: core_mmu_v7.c: increase MAX_XLAT_TABLES by 2
Browse files Browse the repository at this point in the history
Increase MAX_XLAT_TABLES by 2 to be able to map all TEE memory with 4k
pages.

Signed-off-by: Jens Wiklander <[email protected]>
  • Loading branch information
jenswi-linaro committed Sep 14, 2024
1 parent 3a19565 commit 5d2e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/mm/core_mmu_v7.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
#else
# define XLAT_TABLE_ASLR_EXTRA 0
#endif
#define MAX_XLAT_TABLES (4 + XLAT_TABLE_ASLR_EXTRA)
#define MAX_XLAT_TABLES (6 + XLAT_TABLE_ASLR_EXTRA)
#endif /*!MAX_XLAT_TABLES*/

enum desc_type {
Expand Down

0 comments on commit 5d2e8d1

Please sign in to comment.