diff options
author | Andrew F. Davis <afd@ti.com> | 2017-09-20 14:33:51 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-29 14:07:55 -0400 |
commit | c2dca3374a4185441efcd2a568c5d57b5325a812 (patch) | |
tree | 1c1d900919888a8429cdfd3006d083d46d20c4db /MAINTAINERS | |
parent | b85781c2a82ff33a65a32b64599416d3c21eeba6 (diff) |
defconfigs: Add a config for AM335x High Security EVM with UART Boot support
Add a new defconfig file for the AM335x High Security EVM. This config
is specific for the case of UART booting
Signed-off-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 04acf2b89dc..a24e4536178 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -419,6 +419,7 @@ F: arch/arm/mach-omap2/omap5/sec-fxns.c F: arch/arm/mach-omap2/sec-common.c F: arch/arm/mach-omap2/config_secure.mk F: configs/am335x_hs_evm_defconfig +F: configs/am335x_hs_evm_uart_defconfig F: configs/am43xx_hs_evm_defconfig F: configs/am57xx_hs_evm_defconfig F: configs/dra7xx_hs_evm_defconfig |