diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-25 18:31:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-03 15:30:53 -0400 |
commit | b54fad3fe2019120f095aa7bea59dde2b52907c0 (patch) | |
tree | efeeff19bc16ba6f06e3b1a30af77d51db54aef1 /board | |
parent | c2ad5318d268ee513458422ead45971854d4a85d (diff) | |
download | u-boot-b54fad3fe2019120f095aa7bea59dde2b52907c0.tar.gz u-boot-b54fad3fe2019120f095aa7bea59dde2b52907c0.tar.bz2 u-boot-b54fad3fe2019120f095aa7bea59dde2b52907c0.zip |
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 <trini@konsulko.com>
Diffstat (limited to 'board')
-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 b3ecc9bba0..c38ab520c5 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> |