diff options
author | Andrew F. Davis <afd@ti.com> | 2019-04-12 12:54:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-26 17:51:51 -0400 |
commit | 0a4b11b027793d96ffb04b0144f6107c16ce7c1c (patch) | |
tree | f75e5c7d9c1dd61ead8bf8638e6d514e8bc6da9d /MAINTAINERS | |
parent | 508369672ca3bc32806b70b5189f18a257e91baf (diff) | |
download | u-boot-0a4b11b027793d96ffb04b0144f6107c16ce7c1c.tar.gz u-boot-0a4b11b027793d96ffb04b0144f6107c16ce7c1c.tar.bz2 u-boot-0a4b11b027793d96ffb04b0144f6107c16ce7c1c.zip |
configs: Add configs for AM65x High Security EVM
Add new defconfig files for the AM65x High Security EVM.
This defconfigs are the same as for the non-secure part, except for:
CONFIG_TI_SECURE_DEVICE option set to 'y'
CONFIG_FIT_IMAGE_POST_PROCESS option set to 'y'
CONFIG_SPL_FIT_IMAGE_POST_PROCESS option set to 'y'
Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Andreas Dannenberg <dannenberg@ti.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0e8e3d4c3c..09f31cd483 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -746,6 +746,8 @@ 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 TQ GROUP #M: Martin Krause <martin.krause@tq-systems.de> |