aboutsummaryrefslogtreecommitdiff
path: root/plat/nvidia/tegra/soc/t210/platform_t210.mk
diff options
context:
space:
mode:
authorSteven Kao <skao@nvidia.com>2016-12-23 16:05:13 +0800
committerVarun Wadekar <vwadekar@nvidia.com>2017-05-01 15:28:44 -0700
commite99eeec6ff806208f50e4bdd86466694447b38eb (patch)
treee6dda3f4984a1c269f661341428d6fae78873f49 /plat/nvidia/tegra/soc/t210/platform_t210.mk
parentd29d96fb3fbb8900d45e9d3817b7df0366d2ea29 (diff)
downloadtrusted-firmware-a-e99eeec6ff806208f50e4bdd86466694447b38eb.tar.gz
Tegra: memmap Tegra micro-seconds timer controller
This patch adds the Tegra micro-seconds controller to the memory map. This allows us to use the delay_timer functionality. Change-Id: Ia8b148a871949bfede539974cacbe0e93ec7e77c Signed-off-by: Steven Kao <skao@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'plat/nvidia/tegra/soc/t210/platform_t210.mk')
-rw-r--r--plat/nvidia/tegra/soc/t210/platform_t210.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/nvidia/tegra/soc/t210/platform_t210.mk b/plat/nvidia/tegra/soc/t210/platform_t210.mk
index 89468692bc..cd26e6e8d2 100644
--- a/plat/nvidia/tegra/soc/t210/platform_t210.mk
+++ b/plat/nvidia/tegra/soc/t210/platform_t210.mk
@@ -40,7 +40,7 @@ $(eval $(call add_define,PLATFORM_CLUSTER_COUNT))
PLATFORM_MAX_CPUS_PER_CLUSTER := 4
$(eval $(call add_define,PLATFORM_MAX_CPUS_PER_CLUSTER))
-MAX_XLAT_TABLES := 3
+MAX_XLAT_TABLES := 4
$(eval $(call add_define,MAX_XLAT_TABLES))
MAX_MMAP_REGIONS := 8