diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2023-12-11 11:29:40 +0200 |
---|---|---|
committer | Svyatoslav Ryhel <clamor95@gmail.com> | 2024-01-03 20:18:24 +0200 |
commit | 27e69fe99ac102c626a251e2e1efb7e17d73171c (patch) | |
tree | a01689543a008e04d28c01bd5297421d2406fb76 /README | |
parent | bb8a602ca9bb6577309081b66d0f01556a2700f3 (diff) | |
download | u-boot-27e69fe99ac102c626a251e2e1efb7e17d73171c.zip u-boot-27e69fe99ac102c626a251e2e1efb7e17d73171c.tar.gz u-boot-27e69fe99ac102c626a251e2e1efb7e17d73171c.tar.bz2 |
ARM: tegra124: convert TEGRA_SUPPORT_NON_SECURE into Kconfig
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -300,13 +300,6 @@ The following options need to be configured: different from COUNTER_FREQUENCY, and can only be determined at run time. -- Tegra SoC options: - CONFIG_TEGRA_SUPPORT_NON_SECURE - - Support executing U-Boot in non-secure (NS) mode. Certain - impossible actions will be skipped if the CPU is in NS mode, - such as ARM architectural timer initialization. - - Linux Kernel Interface: CONFIG_OF_LIBFDT |