[U-Boot] [PATCH 2/3] MAINTAINERS: comment out invalid maintainers

Masahiro Yamada yamada.m at jp.panasonic.com
Tue Sep 16 07:11:50 CEST 2014


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 31f1b654b2f395b69faa5d0d3c1eb0803923bd3b,
"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 at jp.panasonic.com>
---

 board/amcc/bluestone/MAINTAINERS          | 2 +-
 board/armltd/vexpress/MAINTAINERS         | 2 +-
 board/atmel/atngw100/MAINTAINERS          | 2 +-
 board/atmel/atstk1000/MAINTAINERS         | 2 +-
 board/calao/sbc35_a9g20/MAINTAINERS       | 2 +-
 board/calao/tny_a9260/MAINTAINERS         | 2 +-
 board/cm-bf527/MAINTAINERS                | 2 +-
 board/cm-bf533/MAINTAINERS                | 2 +-
 board/cm-bf537e/MAINTAINERS               | 2 +-
 board/cm-bf537u/MAINTAINERS               | 2 +-
 board/cm-bf548/MAINTAINERS                | 2 +-
 board/cm-bf561/MAINTAINERS                | 2 +-
 board/congatec/cgtqmx6eval/MAINTAINERS    | 2 +-
 board/cray/L1/MAINTAINERS                 | 2 +-
 board/davinci/dm355evm/MAINTAINERS        | 2 +-
 board/davinci/dm355leopard/MAINTAINERS    | 2 +-
 board/davinci/dm365evm/MAINTAINERS        | 2 +-
 board/davinci/dm6467evm/MAINTAINERS       | 2 +-
 board/earthlcd/favr-32-ezkit/MAINTAINERS  | 2 +-
 board/ep8260/MAINTAINERS                  | 2 +-
 board/evb64260/MAINTAINERS                | 2 +-
 board/exmeritus/hww1u1a/MAINTAINERS       | 2 +-
 board/freescale/m5253evbe/MAINTAINERS     | 2 +-
 board/freescale/mpc8360erdk/MAINTAINERS   | 2 +-
 board/freescale/mpc837xerdb/MAINTAINERS   | 2 +-
 board/freescale/mpc8540ads/MAINTAINERS    | 2 +-
 board/freescale/mpc8541cds/MAINTAINERS    | 2 +-
 board/freescale/mpc8555cds/MAINTAINERS    | 2 +-
 board/freescale/mpc8560ads/MAINTAINERS    | 2 +-
 board/freescale/mpc8641hpcn/MAINTAINERS   | 2 +-
 board/freescale/mx31ads/MAINTAINERS       | 2 +-
 board/galaxy5200/MAINTAINERS              | 2 +-
 board/imx31_phycore/MAINTAINERS           | 2 +-
 board/ip04/MAINTAINERS                    | 2 +-
 board/matrix_vision/mergerbox/MAINTAINERS | 2 +-
 board/matrix_vision/mvbc_p/MAINTAINERS    | 2 +-
 board/matrix_vision/mvblm7/MAINTAINERS    | 2 +-
 board/matrix_vision/mvsmr/MAINTAINERS     | 2 +-
 board/musenki/MAINTAINERS                 | 2 +-
 board/palmtreo680/MAINTAINERS             | 2 +-
 board/ppmc8260/MAINTAINERS                | 2 +-
 board/sacsng/MAINTAINERS                  | 2 +-
 board/sandburst/karef/MAINTAINERS         | 2 +-
 board/sandburst/metrobox/MAINTAINERS      | 2 +-
 board/sandpoint/MAINTAINERS               | 2 +-
 board/stx/stxgp3/MAINTAINERS              | 2 +-
 board/stx/stxssa/MAINTAINERS              | 2 +-
 board/tcm-bf518/MAINTAINERS               | 2 +-
 board/tcm-bf537/MAINTAINERS               | 2 +-
 board/ti/tnetv107xevm/MAINTAINERS         | 2 +-
 50 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/board/amcc/bluestone/MAINTAINERS b/board/amcc/bluestone/MAINTAINERS
index 4a329e9..9eb9bbd 100644
--- a/board/amcc/bluestone/MAINTAINERS
+++ b/board/amcc/bluestone/MAINTAINERS
@@ -1,5 +1,5 @@
 BLUESTONE BOARD
-M:	Tirumala Marri <tmarri at apm.com>
+#M:	Tirumala Marri <tmarri at apm.com>
 S:	Orphan (since 2014-03)
 F:	board/amcc/bluestone/
 F:	include/configs/bluestone.h
diff --git a/board/armltd/vexpress/MAINTAINERS b/board/armltd/vexpress/MAINTAINERS
index e730f4f..b0834e4 100644
--- a/board/armltd/vexpress/MAINTAINERS
+++ b/board/armltd/vexpress/MAINTAINERS
@@ -6,7 +6,7 @@ F:	include/configs/vexpress_ca15_tc2.h
 F:	configs/vexpress_ca15_tc2_defconfig
 
 VEXPRESS_CA5X2 BOARD
-M:	Matt Waddel <matt.waddel at linaro.org>
+#M:	Matt Waddel <matt.waddel at linaro.org>
 S:	Orphan (since 2014-08)
 F:	include/configs/vexpress_ca5x2.h
 F:	configs/vexpress_ca5x2_defconfig
diff --git a/board/atmel/atngw100/MAINTAINERS b/board/atmel/atngw100/MAINTAINERS
index dd698ea..1c319f6 100644
--- a/board/atmel/atngw100/MAINTAINERS
+++ b/board/atmel/atngw100/MAINTAINERS
@@ -1,5 +1,5 @@
 ATNGW100 BOARD
-M:	Haavard Skinnemoen <haavard.skinnemoen at atmel.com>
+#M:	Haavard Skinnemoen <haavard.skinnemoen at atmel.com>
 S:	Orphan (since 2014-06)
 F:	board/atmel/atngw100/
 F:	include/configs/atngw100.h
diff --git a/board/atmel/atstk1000/MAINTAINERS b/board/atmel/atstk1000/MAINTAINERS
index 76365b0..378e1b3 100644
--- a/board/atmel/atstk1000/MAINTAINERS
+++ b/board/atmel/atstk1000/MAINTAINERS
@@ -1,5 +1,5 @@
 ATSTK1000 BOARD
-M:	Haavard Skinnemoen <haavard.skinnemoen at atmel.com>
+#M:	Haavard Skinnemoen <haavard.skinnemoen at atmel.com>
 S:	Orphan (since 2014-06)
 F:	board/atmel/atstk1000/
 F:	include/configs/atstk1002.h
diff --git a/board/calao/sbc35_a9g20/MAINTAINERS b/board/calao/sbc35_a9g20/MAINTAINERS
index d275230..0ac8225 100644
--- a/board/calao/sbc35_a9g20/MAINTAINERS
+++ b/board/calao/sbc35_a9g20/MAINTAINERS
@@ -1,5 +1,5 @@
 SBC35_A9G20 BOARD
-M:	Albin Tonnerre <albin.tonnerre at free-electrons.com>
+#M:	Albin Tonnerre <albin.tonnerre at free-electrons.com>
 S:	Orphan (since 2014-06)
 F:	board/calao/sbc35_a9g20/
 F:	include/configs/sbc35_a9g20.h
diff --git a/board/calao/tny_a9260/MAINTAINERS b/board/calao/tny_a9260/MAINTAINERS
index 5a71b8e..1f24e39 100644
--- a/board/calao/tny_a9260/MAINTAINERS
+++ b/board/calao/tny_a9260/MAINTAINERS
@@ -1,5 +1,5 @@
 TNY_A9260 BOARD
-M:	Albin Tonnerre <albin.tonnerre at free-electrons.com>
+#M:	Albin Tonnerre <albin.tonnerre at free-electrons.com>
 S:	Orphan (since 2014-06)
 F:	board/calao/tny_a9260/
 F:	include/configs/tny_a9260.h
diff --git a/board/cm-bf527/MAINTAINERS b/board/cm-bf527/MAINTAINERS
index 789f5c4..fefcfcf 100644
--- a/board/cm-bf527/MAINTAINERS
+++ b/board/cm-bf527/MAINTAINERS
@@ -1,5 +1,5 @@
 CM-BF527 BOARD
-M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
+#M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
 S:	Orphan (since 2014-03)
 F:	board/cm-bf527/
 F:	include/configs/cm-bf527.h
diff --git a/board/cm-bf533/MAINTAINERS b/board/cm-bf533/MAINTAINERS
index f643043..0bf51fb 100644
--- a/board/cm-bf533/MAINTAINERS
+++ b/board/cm-bf533/MAINTAINERS
@@ -1,5 +1,5 @@
 CM-BF533 BOARD
-M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
+#M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
 S:	Orphan (since 2014-03)
 F:	board/cm-bf533/
 F:	include/configs/cm-bf533.h
diff --git a/board/cm-bf537e/MAINTAINERS b/board/cm-bf537e/MAINTAINERS
index 44735fa..63d2428 100644
--- a/board/cm-bf537e/MAINTAINERS
+++ b/board/cm-bf537e/MAINTAINERS
@@ -1,5 +1,5 @@
 CM-BF537E BOARD
-M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
+#M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
 S:	Orphan (since 2014-03)
 F:	board/cm-bf537e/
 F:	include/configs/cm-bf537e.h
diff --git a/board/cm-bf537u/MAINTAINERS b/board/cm-bf537u/MAINTAINERS
index da925f8..a89cfca 100644
--- a/board/cm-bf537u/MAINTAINERS
+++ b/board/cm-bf537u/MAINTAINERS
@@ -1,5 +1,5 @@
 CM-BF537U BOARD
-M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
+#M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
 S:	Orphan (since 2014-03)
 F:	board/cm-bf537u/
 F:	include/configs/cm-bf537u.h
diff --git a/board/cm-bf548/MAINTAINERS b/board/cm-bf548/MAINTAINERS
index 4cd83df..b7f5779 100644
--- a/board/cm-bf548/MAINTAINERS
+++ b/board/cm-bf548/MAINTAINERS
@@ -1,5 +1,5 @@
 CM-BF548 BOARD
-M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
+#M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
 S:	Orphan (since 2014-03)
 F:	board/cm-bf548/
 F:	include/configs/cm-bf548.h
diff --git a/board/cm-bf561/MAINTAINERS b/board/cm-bf561/MAINTAINERS
index a4606ff..9c86c8d 100644
--- a/board/cm-bf561/MAINTAINERS
+++ b/board/cm-bf561/MAINTAINERS
@@ -1,5 +1,5 @@
 CM-BF561 BOARD
-M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
+#M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
 S:	Orphan (since 2014-03)
 F:	board/cm-bf561/
 F:	include/configs/cm-bf561.h
diff --git a/board/congatec/cgtqmx6eval/MAINTAINERS b/board/congatec/cgtqmx6eval/MAINTAINERS
index 53ad759..35f4a2a 100644
--- a/board/congatec/cgtqmx6eval/MAINTAINERS
+++ b/board/congatec/cgtqmx6eval/MAINTAINERS
@@ -1,5 +1,5 @@
 CGTQMX6EVAL BOARD
-M:	Leo Sartre <lsartre at adeneo-embedded.com>
+#M:	Leo Sartre <lsartre at adeneo-embedded.com>
 S:	Orphan (since 2014-06)
 F:	board/congatec/cgtqmx6eval/
 F:	include/configs/cgtqmx6eval.h
diff --git a/board/cray/L1/MAINTAINERS b/board/cray/L1/MAINTAINERS
index e93819e..e43e91f 100644
--- a/board/cray/L1/MAINTAINERS
+++ b/board/cray/L1/MAINTAINERS
@@ -1,5 +1,5 @@
 L1 BOARD
-M:	David Updegraff <dave at cray.com>
+#M:	David Updegraff <dave at cray.com>
 S:	Orphan (since 2014-03)
 F:	board/cray/L1/
 F:	include/configs/CRAYL1.h
diff --git a/board/davinci/dm355evm/MAINTAINERS b/board/davinci/dm355evm/MAINTAINERS
index ef586b3..c017e09 100644
--- a/board/davinci/dm355evm/MAINTAINERS
+++ b/board/davinci/dm355evm/MAINTAINERS
@@ -1,5 +1,5 @@
 DM355EVM BOARD
-M:	Sandeep Paulraj <s-paulraj at ti.com>
+#M:	Sandeep Paulraj <s-paulraj at ti.com>
 S:	Orphan (since 2014-08)
 F:	board/davinci/dm355evm/
 F:	include/configs/davinci_dm355evm.h
diff --git a/board/davinci/dm355leopard/MAINTAINERS b/board/davinci/dm355leopard/MAINTAINERS
index 2fc1e00..ed04d43 100644
--- a/board/davinci/dm355leopard/MAINTAINERS
+++ b/board/davinci/dm355leopard/MAINTAINERS
@@ -1,5 +1,5 @@
 DM355LEOPARD BOARD
-M:	Sandeep Paulraj <s-paulraj at ti.com>
+#M:	Sandeep Paulraj <s-paulraj at ti.com>
 S:	Orphan (since 2014-08)
 F:	board/davinci/dm355leopard/
 F:	include/configs/davinci_dm355leopard.h
diff --git a/board/davinci/dm365evm/MAINTAINERS b/board/davinci/dm365evm/MAINTAINERS
index 0bfe02d..97c3ed3 100644
--- a/board/davinci/dm365evm/MAINTAINERS
+++ b/board/davinci/dm365evm/MAINTAINERS
@@ -1,5 +1,5 @@
 DM365EVM BOARD
-M:	Sandeep Paulraj <s-paulraj at ti.com>
+#M:	Sandeep Paulraj <s-paulraj at ti.com>
 S:	Orphan (since 2014-08)
 F:	board/davinci/dm365evm/
 F:	include/configs/davinci_dm365evm.h
diff --git a/board/davinci/dm6467evm/MAINTAINERS b/board/davinci/dm6467evm/MAINTAINERS
index bb40536..8ca53c4 100644
--- a/board/davinci/dm6467evm/MAINTAINERS
+++ b/board/davinci/dm6467evm/MAINTAINERS
@@ -1,5 +1,5 @@
 DM6467EVM BOARD
-M:	Sandeep Paulraj <s-paulraj at ti.com>
+#M:	Sandeep Paulraj <s-paulraj at ti.com>
 S:	Orphan (since 2014-08)
 F:	board/davinci/dm6467evm/
 F:	include/configs/davinci_dm6467evm.h
diff --git a/board/earthlcd/favr-32-ezkit/MAINTAINERS b/board/earthlcd/favr-32-ezkit/MAINTAINERS
index 30453c6..89ba862 100644
--- a/board/earthlcd/favr-32-ezkit/MAINTAINERS
+++ b/board/earthlcd/favr-32-ezkit/MAINTAINERS
@@ -1,5 +1,5 @@
 FAVR-32-EZKIT BOARD
-M:	Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>
+#M:	Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>
 S:	Orphan (since 2014-06)
 F:	board/earthlcd/favr-32-ezkit/
 F:	include/configs/favr-32-ezkit.h
diff --git a/board/ep8260/MAINTAINERS b/board/ep8260/MAINTAINERS
index bb273df..bfa923c 100644
--- a/board/ep8260/MAINTAINERS
+++ b/board/ep8260/MAINTAINERS
@@ -1,5 +1,5 @@
 EP8260 BOARD
-M:	Frank Panno <fpanno at delphintech.com>
+#M:	Frank Panno <fpanno at delphintech.com>
 S:	Orphan (since 2014-06)
 F:	board/ep8260/
 F:	include/configs/ep8260.h
diff --git a/board/evb64260/MAINTAINERS b/board/evb64260/MAINTAINERS
index f8307cc..d50dda5 100644
--- a/board/evb64260/MAINTAINERS
+++ b/board/evb64260/MAINTAINERS
@@ -6,7 +6,7 @@ F:	include/configs/P3G4.h
 F:	configs/P3G4_defconfig
 
 ZUMA BOARD
-M:	Nye Liu <nyet at zumanetworks.com>
+#M:	Nye Liu <nyet at zumanetworks.com>
 S:	Orphan (since 2014-04)
 F:	include/configs/ZUMA.h
 F:	configs/ZUMA_defconfig
diff --git a/board/exmeritus/hww1u1a/MAINTAINERS b/board/exmeritus/hww1u1a/MAINTAINERS
index e2fe2a6..b37f10b 100644
--- a/board/exmeritus/hww1u1a/MAINTAINERS
+++ b/board/exmeritus/hww1u1a/MAINTAINERS
@@ -1,5 +1,5 @@
 HWW1U1A BOARD
-M:	Kyle Moffett <Kyle.D.Moffett at boeing.com>
+#M:	Kyle Moffett <Kyle.D.Moffett at boeing.com>
 S:	Orphan (since 2014-06)
 F:	board/exmeritus/hww1u1a/
 F:	include/configs/HWW1U1A.h
diff --git a/board/freescale/m5253evbe/MAINTAINERS b/board/freescale/m5253evbe/MAINTAINERS
index 1c21b03..74acd1e 100644
--- a/board/freescale/m5253evbe/MAINTAINERS
+++ b/board/freescale/m5253evbe/MAINTAINERS
@@ -1,5 +1,5 @@
 M5253EVBE BOARD
-M:	Hayden Fraser <Hayden.Fraser at freescale.com>
+#M:	Hayden Fraser <Hayden.Fraser at freescale.com>
 S:	Orphan (since 2014-06)
 F:	board/freescale/m5253evbe/
 F:	include/configs/M5253EVBE.h
diff --git a/board/freescale/mpc8360erdk/MAINTAINERS b/board/freescale/mpc8360erdk/MAINTAINERS
index cb075d6..e5b5995 100644
--- a/board/freescale/mpc8360erdk/MAINTAINERS
+++ b/board/freescale/mpc8360erdk/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC8360ERDK BOARD
-M:	Anton Vorontsov <avorontsov at ru.mvista.com>
+#M:	Anton Vorontsov <avorontsov at ru.mvista.com>
 S:	Orphan (since 2014-03)
 F:	board/freescale/mpc8360erdk/
 F:	include/configs/MPC8360ERDK.h
diff --git a/board/freescale/mpc837xerdb/MAINTAINERS b/board/freescale/mpc837xerdb/MAINTAINERS
index c216d8d..8592a2c 100644
--- a/board/freescale/mpc837xerdb/MAINTAINERS
+++ b/board/freescale/mpc837xerdb/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC837XERDB BOARD
-M:	Joe D'Abbraccio <ljd015 at freescale.com>
+#M:	Joe D'Abbraccio <ljd015 at freescale.com>
 S:	Orphan (since 2014-06)
 F:	board/freescale/mpc837xerdb/
 F:	include/configs/MPC837XERDB.h
diff --git a/board/freescale/mpc8540ads/MAINTAINERS b/board/freescale/mpc8540ads/MAINTAINERS
index 41a2191..acc4821 100644
--- a/board/freescale/mpc8540ads/MAINTAINERS
+++ b/board/freescale/mpc8540ads/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC8540ADS BOARD
-M:	Kumar Gala <kumar.gala at freescale.com>
+#M:	Kumar Gala <kumar.gala at freescale.com>
 S:	Orphan (since 2014-06)
 F:	board/freescale/mpc8540ads/
 F:	include/configs/MPC8540ADS.h
diff --git a/board/freescale/mpc8541cds/MAINTAINERS b/board/freescale/mpc8541cds/MAINTAINERS
index 073210d..d421b12 100644
--- a/board/freescale/mpc8541cds/MAINTAINERS
+++ b/board/freescale/mpc8541cds/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC8541CDS BOARD
-M:	Kumar Gala <kumar.gala at freescale.com>
+#M:	Kumar Gala <kumar.gala at freescale.com>
 S:	Orphan (since 2014-06)
 F:	board/freescale/mpc8541cds/
 F:	include/configs/MPC8541CDS.h
diff --git a/board/freescale/mpc8555cds/MAINTAINERS b/board/freescale/mpc8555cds/MAINTAINERS
index 14470d7..1ef6690 100644
--- a/board/freescale/mpc8555cds/MAINTAINERS
+++ b/board/freescale/mpc8555cds/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC8555CDS BOARD
-M:	Kumar Gala <kumar.gala at freescale.com>
+#M:	Kumar Gala <kumar.gala at freescale.com>
 S:	Orphan (since 2014-06)
 F:	board/freescale/mpc8555cds/
 F:	include/configs/MPC8555CDS.h
diff --git a/board/freescale/mpc8560ads/MAINTAINERS b/board/freescale/mpc8560ads/MAINTAINERS
index 836def2..96e6da2 100644
--- a/board/freescale/mpc8560ads/MAINTAINERS
+++ b/board/freescale/mpc8560ads/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC8560ADS BOARD
-M:	Kumar Gala <kumar.gala at freescale.com>
+#M:	Kumar Gala <kumar.gala at freescale.com>
 S:	Orphan (since 2014-06)
 F:	board/freescale/mpc8560ads/
 F:	include/configs/MPC8560ADS.h
diff --git a/board/freescale/mpc8641hpcn/MAINTAINERS b/board/freescale/mpc8641hpcn/MAINTAINERS
index 34bcc6c..9790247 100644
--- a/board/freescale/mpc8641hpcn/MAINTAINERS
+++ b/board/freescale/mpc8641hpcn/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC8641HPCN BOARD
-M:	Kumar Gala <kumar.gala at freescale.com>
+#M:	Kumar Gala <kumar.gala at freescale.com>
 S:	Orphan (since 2014-06)
 F:	board/freescale/mpc8641hpcn/
 F:	include/configs/MPC8641HPCN.h
diff --git a/board/freescale/mx31ads/MAINTAINERS b/board/freescale/mx31ads/MAINTAINERS
index e9c8fe7..5f6ec26 100644
--- a/board/freescale/mx31ads/MAINTAINERS
+++ b/board/freescale/mx31ads/MAINTAINERS
@@ -1,5 +1,5 @@
 MX31ADS BOARD
-M:	(resigned) Guennadi Liakhovetski <g.liakhovetski at gmx.de>
+#M:	(resigned) Guennadi Liakhovetski <g.liakhovetski at gmx.de>
 S:	Orphan (since 2013-09)
 F:	board/freescale/mx31ads/
 F:	include/configs/mx31ads.h
diff --git a/board/galaxy5200/MAINTAINERS b/board/galaxy5200/MAINTAINERS
index f070132..614625d 100644
--- a/board/galaxy5200/MAINTAINERS
+++ b/board/galaxy5200/MAINTAINERS
@@ -1,5 +1,5 @@
 GALAXY5200 BOARD
-M:	Eric Millbrandt <emillbrandt at dekaresearch.com>
+#M:	Eric Millbrandt <emillbrandt at dekaresearch.com>
 S:	Orphan (since 2014-06)
 F:	board/galaxy5200/
 F:	include/configs/galaxy5200.h
diff --git a/board/imx31_phycore/MAINTAINERS b/board/imx31_phycore/MAINTAINERS
index efd5e77..055a847 100644
--- a/board/imx31_phycore/MAINTAINERS
+++ b/board/imx31_phycore/MAINTAINERS
@@ -6,6 +6,6 @@ F:	include/configs/imx31_phycore.h
 F:	configs/imx31_phycore_defconfig
 
 IMX31_PHYCORE_EET BOARD
-M:	(resigned) Guennadi Liakhovetski <g.liakhovetski at gmx.de>
+#M:	(resigned) Guennadi Liakhovetski <g.liakhovetski at gmx.de>
 S:	Orphan (since 2013-09)
 F:	configs/imx31_phycore_eet_defconfig
diff --git a/board/ip04/MAINTAINERS b/board/ip04/MAINTAINERS
index 278072b..c37b011 100644
--- a/board/ip04/MAINTAINERS
+++ b/board/ip04/MAINTAINERS
@@ -1,5 +1,5 @@
 IP04 BOARD
-M:	Brent Kandetzki <brentk at teleco.com>
+#M:	Brent Kandetzki <brentk at teleco.com>
 S:	Orphan (since 2014-06)
 F:	board/ip04/
 F:	include/configs/ip04.h
diff --git a/board/matrix_vision/mergerbox/MAINTAINERS b/board/matrix_vision/mergerbox/MAINTAINERS
index 22be981..20bd073 100644
--- a/board/matrix_vision/mergerbox/MAINTAINERS
+++ b/board/matrix_vision/mergerbox/MAINTAINERS
@@ -1,5 +1,5 @@
 MERGERBOX BOARD
-M:	Andre Schwarz <andre.schwarz at matrix-vision.de>
+#M:	Andre Schwarz <andre.schwarz at matrix-vision.de>
 S:	Orphan (since 2014-03)
 F:	board/matrix_vision/mergerbox/
 F:	include/configs/MERGERBOX.h
diff --git a/board/matrix_vision/mvbc_p/MAINTAINERS b/board/matrix_vision/mvbc_p/MAINTAINERS
index 9e76b57..aad14ed 100644
--- a/board/matrix_vision/mvbc_p/MAINTAINERS
+++ b/board/matrix_vision/mvbc_p/MAINTAINERS
@@ -1,5 +1,5 @@
 MVBC_P BOARD
-M:	Andre Schwarz <andre.schwarz at matrix-vision.de>
+#M:	Andre Schwarz <andre.schwarz at matrix-vision.de>
 S:	Orphan (since 2014-03)
 F:	board/matrix_vision/mvbc_p/
 F:	include/configs/MVBC_P.h
diff --git a/board/matrix_vision/mvblm7/MAINTAINERS b/board/matrix_vision/mvblm7/MAINTAINERS
index 4f7ca50..947a14e 100644
--- a/board/matrix_vision/mvblm7/MAINTAINERS
+++ b/board/matrix_vision/mvblm7/MAINTAINERS
@@ -1,5 +1,5 @@
 MVBLM7 BOARD
-M:	Andre Schwarz <andre.schwarz at matrix-vision.de>
+#M:	Andre Schwarz <andre.schwarz at matrix-vision.de>
 S:	Orphan (since 2014-03)
 F:	board/matrix_vision/mvblm7/
 F:	include/configs/MVBLM7.h
diff --git a/board/matrix_vision/mvsmr/MAINTAINERS b/board/matrix_vision/mvsmr/MAINTAINERS
index 9659730..ae3cf9c 100644
--- a/board/matrix_vision/mvsmr/MAINTAINERS
+++ b/board/matrix_vision/mvsmr/MAINTAINERS
@@ -1,5 +1,5 @@
 MVSMR BOARD
-M:	Andre Schwarz <andre.schwarz at matrix-vision.de>
+#M:	Andre Schwarz <andre.schwarz at matrix-vision.de>
 S:	Orphan (since 2014-03)
 F:	board/matrix_vision/mvsmr/
 F:	include/configs/MVSMR.h
diff --git a/board/musenki/MAINTAINERS b/board/musenki/MAINTAINERS
index 03a1fe7..4196c80 100644
--- a/board/musenki/MAINTAINERS
+++ b/board/musenki/MAINTAINERS
@@ -1,5 +1,5 @@
 MUSENKI BOARD
-M:	Jim Thompson <jim at musenki.com>
+#M:	Jim Thompson <jim at musenki.com>
 S:	Orphan (since 2014-04)
 F:	board/musenki/
 F:	include/configs/MUSENKI.h
diff --git a/board/palmtreo680/MAINTAINERS b/board/palmtreo680/MAINTAINERS
index bdc034e..b0ff9d0 100644
--- a/board/palmtreo680/MAINTAINERS
+++ b/board/palmtreo680/MAINTAINERS
@@ -1,5 +1,5 @@
 PALMTREO680 BOARD
-M:	Mike Dunn <mikedunn at newsguy.com>
+#M:	Mike Dunn <mikedunn at newsguy.com>
 S:	Orphan (since 2014-06)
 F:	board/palmtreo680/
 F:	include/configs/palmtreo680.h
diff --git a/board/ppmc8260/MAINTAINERS b/board/ppmc8260/MAINTAINERS
index 768d092..8b896af 100644
--- a/board/ppmc8260/MAINTAINERS
+++ b/board/ppmc8260/MAINTAINERS
@@ -1,5 +1,5 @@
 PPMC8260 BOARD
-M:	Brad Kemp <Brad.Kemp at seranoa.com>
+#M:	Brad Kemp <Brad.Kemp at seranoa.com>
 S:	Orphan (since 2014-04)
 F:	board/ppmc8260/
 F:	include/configs/ppmc8260.h
diff --git a/board/sacsng/MAINTAINERS b/board/sacsng/MAINTAINERS
index c2c8ee3..b76e462 100644
--- a/board/sacsng/MAINTAINERS
+++ b/board/sacsng/MAINTAINERS
@@ -1,5 +1,5 @@
 SACSNG BOARD
-M:	Jerry Van Baren <gerald.vanbaren at smiths-aerospace.com>
+#M:	Jerry Van Baren <gerald.vanbaren at smiths-aerospace.com>
 S:	Orphan (since 2014-06)
 F:	board/sacsng/
 F:	include/configs/sacsng.h
diff --git a/board/sandburst/karef/MAINTAINERS b/board/sandburst/karef/MAINTAINERS
index 4c29ae7..21510e8 100644
--- a/board/sandburst/karef/MAINTAINERS
+++ b/board/sandburst/karef/MAINTAINERS
@@ -1,5 +1,5 @@
 KAREF BOARD
-M:	Travis Sawyer <travis.sawyer at sandburst.com>
+#M:	Travis Sawyer <travis.sawyer at sandburst.com>
 S:	Orphan (since 2014-03)
 F:	board/sandburst/karef/
 F:	include/configs/KAREF.h
diff --git a/board/sandburst/metrobox/MAINTAINERS b/board/sandburst/metrobox/MAINTAINERS
index f5734ba..71d18f9 100644
--- a/board/sandburst/metrobox/MAINTAINERS
+++ b/board/sandburst/metrobox/MAINTAINERS
@@ -1,5 +1,5 @@
 METROBOX BOARD
-M:	Travis Sawyer <travis.sawyer at sandburst.com>
+#M:	Travis Sawyer <travis.sawyer at sandburst.com>
 S:	Orphan (since 2014-03)
 F:	board/sandburst/metrobox/
 F:	include/configs/METROBOX.h
diff --git a/board/sandpoint/MAINTAINERS b/board/sandpoint/MAINTAINERS
index f28c309..569cf42 100644
--- a/board/sandpoint/MAINTAINERS
+++ b/board/sandpoint/MAINTAINERS
@@ -6,7 +6,7 @@ F:	include/configs/Sandpoint8240.h
 F:	configs/Sandpoint8240_defconfig
 
 SANDPOINT8245 BOARD
-M:	Jim Thompson <jim at musenki.com>
+#M:	Jim Thompson <jim at musenki.com>
 S:	Orphan (since 2014-04)
 F:	include/configs/Sandpoint8245.h
 F:	configs/Sandpoint8245_defconfig
diff --git a/board/stx/stxgp3/MAINTAINERS b/board/stx/stxgp3/MAINTAINERS
index 6f485d4..bd5743c 100644
--- a/board/stx/stxgp3/MAINTAINERS
+++ b/board/stx/stxgp3/MAINTAINERS
@@ -1,5 +1,5 @@
 STXGP3 BOARD
-M:	Dan Malek <dan at embeddedalley.com>
+#M:	Dan Malek <dan at embeddedalley.com>
 S:	Orphan (since 2014-06)
 F:	board/stx/stxgp3/
 F:	include/configs/stxgp3.h
diff --git a/board/stx/stxssa/MAINTAINERS b/board/stx/stxssa/MAINTAINERS
index f56adf0..b7cc89b 100644
--- a/board/stx/stxssa/MAINTAINERS
+++ b/board/stx/stxssa/MAINTAINERS
@@ -1,5 +1,5 @@
 STXSSA BOARD
-M:	Dan Malek <dan at embeddedalley.com>
+#M:	Dan Malek <dan at embeddedalley.com>
 S:	Orphan (since 2014-06)
 F:	board/stx/stxssa/
 F:	include/configs/stxssa.h
diff --git a/board/tcm-bf518/MAINTAINERS b/board/tcm-bf518/MAINTAINERS
index f649b06..1690122 100644
--- a/board/tcm-bf518/MAINTAINERS
+++ b/board/tcm-bf518/MAINTAINERS
@@ -1,5 +1,5 @@
 TCM-BF518 BOARD
-M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
+#M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
 S:	Orphan (since 2014-03)
 F:	board/tcm-bf518/
 F:	include/configs/tcm-bf518.h
diff --git a/board/tcm-bf537/MAINTAINERS b/board/tcm-bf537/MAINTAINERS
index 9ee557d..1cd4845 100644
--- a/board/tcm-bf537/MAINTAINERS
+++ b/board/tcm-bf537/MAINTAINERS
@@ -1,5 +1,5 @@
 TCM-BF537 BOARD
-M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
+#M:	Bluetechnix Tinyboards <bluetechnix at blackfin.uclinux.org>
 S:	Orphan (since 2014-03)
 F:	board/tcm-bf537/
 F:	include/configs/tcm-bf537.h
diff --git a/board/ti/tnetv107xevm/MAINTAINERS b/board/ti/tnetv107xevm/MAINTAINERS
index 76ccfdc..8a92c6b 100644
--- a/board/ti/tnetv107xevm/MAINTAINERS
+++ b/board/ti/tnetv107xevm/MAINTAINERS
@@ -1,5 +1,5 @@
 TNETV107XEVM BOARD
-M:	Chan-Taek Park <c-park at ti.com>
+#M:	Chan-Taek Park <c-park at ti.com>
 S:	Orphan (since 2014-06)
 F:	board/ti/tnetv107xevm/
 F:	include/configs/tnetv107x_evm.h
-- 
1.9.1



More information about the U-Boot mailing list