diff options
author | Andrew Davis | 2023-08-03 09:54:40 -0500 |
---|---|---|
committer | Tom Rini | 2023-10-11 13:22:32 -0400 |
commit | a5b85ec4066043d14fcbdc38ebd29d43d3a837e2 (patch) | |
tree | 1b3cf78c959bfa1359f5c1f48d68b7fc883a114a /MAINTAINERS | |
parent | 3d5e52bd97f747694fac9259b4d2879a48256a7b (diff) |
configs: am65x: Merge the 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.
Signed-off-by: Andrew Davis <afd@ti.com>
Tested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Manorit Chawdhry <m-chawdhry@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7201fbe9734..7d5d05320c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1560,8 +1560,6 @@ F: configs/k2hk_hs_evm_defconfig F: configs/k2e_hs_evm_defconfig F: configs/k2g_hs_evm_defconfig F: configs/k2l_hs_evm_defconfig -F: configs/am65x_hs_evm_r5_defconfig -F: configs/am65x_hs_evm_a53_defconfig TPM DRIVERS M: Ilias Apalodimas <ilias.apalodimas@linaro.org> |