Commit 929a764d authored by Steven Kao's avatar Steven Kao Committed by Varun Wadekar
Browse files

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: default avatarSteven Kao <skao@nvidia.com>
parent 2bda9202
...@@ -42,7 +42,7 @@ $(eval $(call add_define,PLATFORM_MAX_CPUS_PER_CLUSTER)) ...@@ -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
......
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