mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 07:01:24 +00:00
e5a504eb3d
The "S: Orphan" in MAINTAINERS means that the maintainer in the
"M:" field is unreachable (i.e. the email address is not working).
(Refer to the definition of "Orphan" adopted in U-Boot
in the log of commit 31f1b654b2
,
"boards.cfg: move boards with invalid emails to Orphan")
For patch files adding global changes, scripts/get_maintainer.pl
adds bunch of such invalid email addresses, which results in
tons of annoying bounce emails.
This commit can be reproduced by the following command:
find . -name MAINTAINERS | xargs sed -i -e '
/^M:[[:blank:]]/ {
N
/S:[[:blank:]]Orphan/s/^/#/
}
'
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
14 lines
371 B
Text
14 lines
371 B
Text
VEXPRESS BOARD
|
|
M: -
|
|
S: Maintained
|
|
F: board/armltd/vexpress/
|
|
F: include/configs/vexpress_ca15_tc2.h
|
|
F: configs/vexpress_ca15_tc2_defconfig
|
|
|
|
VEXPRESS_CA5X2 BOARD
|
|
#M: Matt Waddel <matt.waddel@linaro.org>
|
|
S: Orphan (since 2014-08)
|
|
F: include/configs/vexpress_ca5x2.h
|
|
F: configs/vexpress_ca5x2_defconfig
|
|
F: include/configs/vexpress_ca9x4.h
|
|
F: configs/vexpress_ca9x4_defconfig
|