diff mbox series

[1/4] vexpress64: Rework MAINTAINERS file slightly

Message ID 20230725223156.4075384-1-trini@konsulko.com
State Accepted
Commit b54fad3fe2019120f095aa7bea59dde2b52907c0
Delegated to: Tom Rini
Headers show
Series [1/4] vexpress64: Rework MAINTAINERS file slightly | expand

Commit Message

Tom Rini July 25, 2023, 10:31 p.m. UTC
Given that we no longer have a configs/vexpress_aemv8a_defconfig file,
drop that and then include at least the aarch64-specific config.h file
here.  Also move Linus and Peter up to the main entry as well so that
they'll get tagged for the board code too and not literally only the
defconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: David Feng <fenghua@phytium.com.cn>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Peter Hoyes <Peter.Hoyes@arm.com>
---
 board/armltd/vexpress64/MAINTAINERS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Tom Rini Aug. 3, 2023, 9:46 p.m. UTC | #1
On Tue, Jul 25, 2023 at 06:31:53PM -0400, Tom Rini wrote:

> Given that we no longer have a configs/vexpress_aemv8a_defconfig file,
> drop that and then include at least the aarch64-specific config.h file
> here.  Also move Linus and Peter up to the main entry as well so that
> they'll get tagged for the board code too and not literally only the
> defconfig.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/board/armltd/vexpress64/MAINTAINERS b/board/armltd/vexpress64/MAINTAINERS
index b3ecc9bba036..c38ab520c521 100644
--- a/board/armltd/vexpress64/MAINTAINERS
+++ b/board/armltd/vexpress64/MAINTAINERS
@@ -1,9 +1,10 @@ 
-VEXPRESS64 BOARD
+VEXPRESS64 PLATFORM
 M:	David Feng <fenghua@phytium.com.cn>
+M:	Linus Walleij <linus.walleij@linaro.org>
+M:	Peter Hoyes <Peter.Hoyes@arm.com>
 S:	Maintained
 F:	board/armltd/vexpress64/
-F:	include/configs/vexpress_aemv8a.h
-F:	configs/vexpress_aemv8a_defconfig
+F:	include/configs/vexpress_aemv8.h
 
 VEXPRESS_AEMV8A_SEMI BOARD
 M:	Linus Walleij <linus.walleij@linaro.org>