summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2023-05-04 08:37:06 +0300
committerTom Rini <trini@konsulko.com>2023-05-04 20:04:30 +0300
commit2cc4d4f853a62dbf98770253d7c805b486fe97b5 (patch)
treea65228310e8ad25ffdaf1d23fb394d7a6301c154 /MAINTAINERS
parentfca76cda28b83c863619057903c7fa4085e40767 (diff)
downloadu-boot-2cc4d4f853a62dbf98770253d7c805b486fe97b5.tar.xz
configs: j721s2: 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. If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS devices these can be ignored. Reviewed-by: Kamlesh Gurudasani <kamlesh@ti.com> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 703b1c2475..8495548893 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1498,8 +1498,6 @@ F: configs/j7200_hs_evm_a72_defconfig
F: configs/j7200_hs_evm_r5_defconfig
F: configs/j721e_hs_evm_a72_defconfig
F: configs/j721e_hs_evm_r5_defconfig
-F: configs/j721s2_hs_evm_a72_defconfig
-F: configs/j721s2_hs_evm_r5_defconfig
TPM DRIVERS
M: Ilias Apalodimas <ilias.apalodimas@linaro.org>