aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <clamor95@gmail.com>2023-12-11 11:37:07 +0200
committerSvyatoslav Ryhel <clamor95@gmail.com>2024-01-03 20:20:12 +0200
commit5c39fbfa134a28ae580a9d6768d36d7f5b964724 (patch)
treec7048594c972228b790c260eefe7337aa4d792c8
parente692aded5e31a9a08a618d3ce17b826decbd04dc (diff)
downloadu-boot-5c39fbfa134a28ae580a9d6768d36d7f5b964724.zip
u-boot-5c39fbfa134a28ae580a9d6768d36d7f5b964724.tar.gz
u-boot-5c39fbfa134a28ae580a9d6768d36d7f5b964724.tar.bz2
ARM: tegra114: support nonsecure state detection
Principle is exactly the same as on T124, testing of register which behaves differently in secure and non-secure states. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
-rw-r--r--arch/arm/mach-tegra/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index fb1a46b..c8907bc 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -178,7 +178,7 @@ config TEGRA_DISCONNECT_UDC_ON_BOOT
config TEGRA_SUPPORT_NON_SECURE
bool "Support executing U-Boot in non-secure (NS) mode"
- depends on TEGRA124
+ depends on TEGRA114 || TEGRA124
help
Certain impossible actions will be skipped if the CPU is in NS mode,
such as ARM architectural timer initialization.