
Hi Manorit!
On March 24, 2023 thus sayeth Manorit Chawdhry:
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
MAINTAINERS | 2 - configs/j721e_evm_a72_defconfig | 3 +- configs/j721e_evm_r5_defconfig | 1 + configs/j721e_hs_evm_a72_defconfig | 208 ------------------------------------- configs/j721e_hs_evm_r5_defconfig | 176 ------------------------------- 5 files changed, 3 insertions(+), 387 deletions(-)
Reviewed-by: Bryan Brattlof bb@ti.com
~Bryan