summaryrefslogtreecommitdiff
path: root/configs/j7200_evm_r5_defconfig
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2023-02-24 08:07:49 +0300
committerTom Rini <trini@konsulko.com>2023-03-07 01:05:40 +0300
commite352e1061f4c9a8adb70b6ff819890c42e5b3ef7 (patch)
tree7f3280435966add8e32d5aef9acd836eabdd17e6 /configs/j7200_evm_r5_defconfig
parentc714045cc3c0c36bc836c909e74db3273a7dd390 (diff)
downloadu-boot-e352e1061f4c9a8adb70b6ff819890c42e5b3ef7.tar.xz
configs: j7200: Merge HS and non-HS defconfigs
K3 devices have runtime type board detection. Make the default defconfig include the secure configuration. Then remove the HS specific config. Non-HS devices will continue to boot due to runtime device type detection. If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS devices these can be ignored. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Acked-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'configs/j7200_evm_r5_defconfig')
-rw-r--r--configs/j7200_evm_r5_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/j7200_evm_r5_defconfig b/configs/j7200_evm_r5_defconfig
index 00ec48b83b..94a6523f06 100644
--- a/configs/j7200_evm_r5_defconfig
+++ b/configs/j7200_evm_r5_defconfig
@@ -1,5 +1,6 @@
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
@@ -27,7 +28,6 @@ CONFIG_SPL_SPI=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x80080000
-CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
CONFIG_USE_BOOTCOMMAND=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_MAX_SIZE=0xc0000