diff options
author | Madan Srinivas <madans@ti.com> | 2018-03-06 19:10:10 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-16 16:42:41 +0300 |
commit | f274f265668d43948f041f88e7b50b9639769d56 (patch) | |
tree | f10da8b284d5896bcf9b92d5c90a1e3dfb94901f /MAINTAINERS | |
parent | 1c49caf34c643116927c9b2c45729f8e6458e42f (diff) | |
download | u-boot-f274f265668d43948f041f88e7b50b9639769d56.tar.xz |
defconfig: k2l_hs_evm: Add k2l_hs_evm_defconfig
Adds a dedicated defconfig to build TI K2L secure
devices and updates MAINTAINERS.
k2l_hs_evm_defconfig is created from the k2l_evm_defconfig
and removes support for SPL, as SPL is not supported on K2
HS devices. Corrects SYS_TEXT_BASE for HS devices.
Also adds TI_SECURE_DEVICE and FIT_IMAGE_POST_PROCESS to
include support for secure image creation and authentication
Signed-off-by: Madan Srinivas <madans@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Andrew F. Davis <afd@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d5059f611d..a97c439348 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -486,6 +486,7 @@ F: configs/dra7xx_hs_evm_defconfig F: configs/k2hk_hs_evm_defconfig F: configs/k2e_hs_evm_defconfig F: configs/k2g_hs_evm_defconfig +F: configs/k2l_hs_evm_defconfig TQ GROUP #M: Martin Krause <martin.krause@tq-systems.de> |