There are three board variants based upon the AM62 SoC, The SK-AM62, SK-AM62-LP and the SK-AM62-SIP. 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/am62x/MAINTAINERS | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/board/ti/am62x/MAINTAINERS b/board/ti/am62x/MAINTAINERS index 31ff7dc6522b..295f351364ee 100644 --- a/board/ti/am62x/MAINTAINERS +++ b/board/ti/am62x/MAINTAINERS @@ -3,12 +3,26 @@ M: Bryan Brattlof <[email protected]> M: Tom Rini <[email protected]> S: Maintained F: board/ti/am62x/ +F: configs/am62x_evm_a53_defconfig +F: configs/am62x_evm_a53_ethboot_defconfig +F: configs/am62x_evm_r5_defconfig +F: configs/am62x_evm_r5_ethboot_defconfig +F: include/configs/am62x_evm.h + +SK-AM62-LP BOARD +M: Bryan Brattlof <[email protected]> +M: Tom Rini <[email protected]> +S: Maintained +F: board/ti/am62x/ +F: configs/am62x_lpsk_a53_defconfig +F: configs/am62x_lpsk_r5_defconfig +F: include/configs/am62x_evm.h + +SK-AM62-SIP BOARD +M: Bryan Brattlof <[email protected]> +M: Tom Rini <[email protected]> +S: Maintained +F: board/ti/am62x/ F: configs/am6254atl_evm_a53_defconfig F: configs/am6254atl_evm_r5_defconfig -F: configs/am62x_evm_a53_defconfig -F: configs/am62x_evm_a53_ethboot_defconfig -F: configs/am62x_evm_r5_defconfig -F: configs/am62x_evm_r5_ethboot_defconfig -F: configs/am62x_lpsk_a53_defconfig -F: configs/am62x_lpsk_r5_defconfig F: include/configs/am62x_evm.h -- 2.54.0
