There are two boards which TI supports based upon the AM64 SOC, the SK-AM64B and the TMDS64EVM. Split their MAINTAINERS entries so we can better track which files are needed for each board.
Signed-off-by: Bryan Brattlof <[email protected]> --- board/ti/am64x/MAINTAINERS | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/board/ti/am64x/MAINTAINERS b/board/ti/am64x/MAINTAINERS index 78a21d66af73..3f0a8f9d6971 100644 --- a/board/ti/am64x/MAINTAINERS +++ b/board/ti/am64x/MAINTAINERS @@ -1,8 +1,17 @@ -AM64x BOARD +SK-AM64B BOARD M: Vignesh Raghavendra <[email protected]> M: Tom Rini <[email protected]> S: Maintained F: board/ti/am64x/ -F: include/configs/am64x_evm.h -F: configs/am64x_evm_r5_defconfig F: configs/am64x_evm_a53_defconfig +F: configs/am64x_evm_r5_defconfig +F: include/configs/am64x_evm.h + +TMDS64EVM BOARD +M: Vignesh Raghavendra <[email protected]> +M: Tom Rini <[email protected]> +S: Maintained +F: board/ti/am64x/ +F: configs/am64x_evm_a53_defconfig +F: configs/am64x_evm_r5_defconfig +F: include/configs/am64x_evm.h -- 2.54.0
