mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 07:39:24 +00:00
Tegra194: increase MAX_MMAP_REGIONS macro value
This patch increases the MAX_MMAP_REGIONS value to 30 from 25 to allow addition of more MMU mappings. Change-Id: I5c758c432f5cc77299608e25ba2fd92c3822379d Signed-off-by: Steven Kao <skao@nvidia.com>
This commit is contained in:
parent
2bda92025b
commit
929a764d0c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ $(eval $(call add_define,PLATFORM_MAX_CPUS_PER_CLUSTER))
|
||||||
MAX_XLAT_TABLES := 25
|
MAX_XLAT_TABLES := 25
|
||||||
$(eval $(call add_define,MAX_XLAT_TABLES))
|
$(eval $(call add_define,MAX_XLAT_TABLES))
|
||||||
|
|
||||||
MAX_MMAP_REGIONS := 25
|
MAX_MMAP_REGIONS := 30
|
||||||
$(eval $(call add_define,MAX_MMAP_REGIONS))
|
$(eval $(call add_define,MAX_MMAP_REGIONS))
|
||||||
|
|
||||||
# platform files
|
# platform files
|
||||||
|
|
Loading…
Add table
Reference in a new issue