diff options
| author | Andrew Davis <afd@ti.com> | 2023-08-03 09:54:41 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-10-11 13:22:32 -0400 |
| commit | 1a1d48e36a1b185884e82d72457f7a274e4d1857 (patch) | |
| tree | 00230631fe97ec3effede778cc229d762c6e8778 /configs/j7200_evm_r5_defconfig | |
| parent | a5b85ec4066043d14fcbdc38ebd29d43d3a837e2 (diff) | |
configs: Make TI_SECURE_DEVICE default for K3
All K3 boards now are secure by default, instead of setting this in each
defconfig, make it implied by the ARCH config.
The only exception is IOT2050, which I do not believe will have any
problems with being a TI_SECURE_DEVICE, but for now turn it off to keep
its config the same.
Signed-off-by: Andrew Davis <afd@ti.com>
Tested-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/j7200_evm_r5_defconfig')
| -rw-r--r-- | configs/j7200_evm_r5_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/j7200_evm_r5_defconfig b/configs/j7200_evm_r5_defconfig index 42ff450aa08..d25dd8134b6 100644 --- a/configs/j7200_evm_r5_defconfig +++ b/configs/j7200_evm_r5_defconfig @@ -1,6 +1,5 @@ CONFIG_ARM=y CONFIG_ARCH_K3=y -CONFIG_TI_SECURE_DEVICE=y CONFIG_SYS_MALLOC_LEN=0x2000000 CONFIG_SYS_MALLOC_F_LEN=0x70000 CONFIG_SPL_GPIO=y |
