diff options
| author | Tom Rini <[email protected]> | 2023-07-25 18:31:53 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-03 15:30:53 -0400 |
| commit | b54fad3fe2019120f095aa7bea59dde2b52907c0 (patch) | |
| tree | efeeff19bc16ba6f06e3b1a30af77d51db54aef1 | |
| parent | c2ad5318d268ee513458422ead45971854d4a85d (diff) | |
vexpress64: Rework MAINTAINERS file slightly
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 <[email protected]>
| -rw-r--r-- | board/armltd/vexpress64/MAINTAINERS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/board/armltd/vexpress64/MAINTAINERS b/board/armltd/vexpress64/MAINTAINERS index b3ecc9bba03..c38ab520c52 100644 --- a/board/armltd/vexpress64/MAINTAINERS +++ b/board/armltd/vexpress64/MAINTAINERS @@ -1,9 +1,10 @@ -VEXPRESS64 BOARD +VEXPRESS64 PLATFORM M: David Feng <[email protected]> +M: Linus Walleij <[email protected]> +M: Peter Hoyes <[email protected]> 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 <[email protected]> |
