summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.h
diff options
context:
space:
mode:
authorJames Zhao <jamesz@nvidia.com>2013-03-21 12:29:51 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:06:47 -0700
commit74fe8e1272cba57dc32c27c559076ca9f690eeb8 (patch)
tree1ed30e5267ec8069d861cb5d7bea5912df62e346 /arch/arm/mach-tegra/common.h
parent3c2d7f99decb6d54200565f69bd682f7cd8448e3 (diff)
ARM: Tegra: Add CONFIG_TEGRA_USE_SECURE_KERNEL
This new config would only be enabled when we enable a secure os implementation. This config would be generic and we can reuse it if/when we change the secure os vendor. Change-Id: I94a0a365d4dc834fafa1137a0c0d9adf1b394c51 Signed-off-by: James Zhao <jamesz@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/211756 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Chris Johnson <cwj@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/common.h')
-rw-r--r--arch/arm/mach-tegra/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/common.h b/arch/arm/mach-tegra/common.h
index d85d7456cff1..762b55fd411c 100644
--- a/arch/arm/mach-tegra/common.h
+++ b/arch/arm/mach-tegra/common.h
@@ -3,7 +3,7 @@ extern struct smp_operations tegra_smp_ops;
extern unsigned long tegra_tsec_start;
extern unsigned long tegra_tsec_size;
-#ifdef CONFIG_TRUSTED_FOUNDATIONS
+#ifdef CONFIG_TEGRA_USE_SECURE_KERNEL
extern unsigned long tegra_tzram_start;
extern unsigned long tegra_tzram_size;
#endif