diff options
| author | Vignesh Raghavendra <[email protected]> | 2023-06-03 18:06:14 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-20 16:08:13 -0400 |
| commit | 1b086da5cd7fc66d3ef4e096ade3fabdde99c9e0 (patch) | |
| tree | 7128b6045f12700a8cfe0a4f12b245793d58464a /configs/am64x_evm_a53_defconfig | |
| parent | 7f8062b7e590d06cf3ac73cfe5e88b96c642d7c0 (diff) | |
configs: am64x_evm_*_defconfig: Enable High Secure device support
Enable CONFIG_TI_SECURE_DEVICE to support booting High Secure(HS)
variants of AM64x SoC.
Signed-off-by: Vignesh Raghavendra <[email protected]>
Diffstat (limited to 'configs/am64x_evm_a53_defconfig')
| -rw-r--r-- | configs/am64x_evm_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig index b817e62ef04..6485ed108a9 100644 --- a/configs/am64x_evm_a53_defconfig +++ b/configs/am64x_evm_a53_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_ARCH_K3=y +CONFIG_TI_SECURE_DEVICE=y CONFIG_SYS_MALLOC_LEN=0x2000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_SPL_GPIO=y |
