diff options
| author | Bryan Brattlof <bb@ti.com> | 2026-08-29 09:34:22 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-09-06 10:47:18 -0600 |
| commit | 8944fe91356188e4caba14421b22083b2f453345 (patch) | |
| tree | 6328eb540bf009fa81260ad77039d5a606534b2b | |
| parent | 81e8aa8d426efc5f9ba87af4cf79846b0bc96863 (diff) | |
| download | u-boot-8944fe91356188e4caba14421b22083b2f453345.tar.gz u-boot-8944fe91356188e4caba14421b22083b2f453345.zip | |
board: ti: am64x: split the EVM and SK board entries
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 <bb@ti.com>
| -rw-r--r-- | board/ti/am64x/MAINTAINERS | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/board/ti/am64x/MAINTAINERS b/board/ti/am64x/MAINTAINERS index 78a21d66af7..3f0a8f9d697 100644 --- a/board/ti/am64x/MAINTAINERS +++ b/board/ti/am64x/MAINTAINERS @@ -1,8 +1,17 @@ -AM64x BOARD +SK-AM64B BOARD M: Vignesh Raghavendra <vigneshr@ti.com> M: Tom Rini <trini@konsulko.com> S: Maintained F: board/ti/am64x/ -F: include/configs/am64x_evm.h +F: configs/am64x_evm_a53_defconfig F: configs/am64x_evm_r5_defconfig +F: include/configs/am64x_evm.h + +TMDS64EVM BOARD +M: Vignesh Raghavendra <vigneshr@ti.com> +M: Tom Rini <trini@konsulko.com> +S: Maintained +F: board/ti/am64x/ F: configs/am64x_evm_a53_defconfig +F: configs/am64x_evm_r5_defconfig +F: include/configs/am64x_evm.h |
