diff options
| author | Tom Rini <[email protected]> | 2020-12-05 15:41:18 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-12-05 15:41:18 -0500 |
| commit | 837d034d9a358d717e9e31c1420155e4ae109910 (patch) | |
| tree | 4ba1e4d1667c1e2c4f829f9ef3887e170f93a758 /arch | |
| parent | ee1e04558ff8c8ed812b986939447f129bb0b0bb (diff) | |
| parent | 4f5128ff899d0cb13a7b010f6dbffd0aba71bb25 (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-tegra
- Assorted updates
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-tegra/tegra124/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra124/Kconfig b/arch/arm/mach-tegra/tegra124/Kconfig index 6fa31ea0a16..fb016aa46c9 100644 --- a/arch/arm/mach-tegra/tegra124/Kconfig +++ b/arch/arm/mach-tegra/tegra124/Kconfig @@ -19,6 +19,7 @@ config TARGET_JETSON_TK1 config TARGET_CEI_TK1_SOM bool "Colorado Engineering Inc Tegra124 TK1-som board" + select ARCH_SUPPORT_PSCI select BOARD_LATE_INIT select CPU_V7_HAS_NONSEC if !SPL_BUILD select CPU_V7_HAS_VIRT if !SPL_BUILD |
