[U-Boot] [PATCH 1/2] stm32f4: fix MAINTAINERS file

Antonio Borneo borneo.antonio at gmail.com
Wed Jul 1 08:15:02 CEST 2015


When "scripts/get_maintainer.pl" parses "board/.../MAINTAINERS",
it uses the line containing board name as delimiter.
Without this line, the script happily mixes the lines from current
board MAINTAINERS file with lines from another file.

Fix it by adding a reasonable board name.

Tested by comparing output of:
	cat board/st/stm32f429-discovery/MAINTAINERS
	./scripts/get_maintainer.pl -f board/st/stm32f429-discovery

Signed-off-by: Antonio Borneo <borneo.antonio at gmail.com>
To: u-boot at lists.denx.de
To: Kamil Lulko <rev13 at wp.pl>
Cc: Tom Rini <trini at konsulko.com>
---
 board/st/stm32f429-discovery/MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/st/stm32f429-discovery/MAINTAINERS b/board/st/stm32f429-discovery/MAINTAINERS
index 78b0d28..641f26a 100644
--- a/board/st/stm32f429-discovery/MAINTAINERS
+++ b/board/st/stm32f429-discovery/MAINTAINERS
@@ -1,3 +1,4 @@
+STM32F429-DISCOVERY BOARD
 M:	Kamil Lulko <rev13 at wp.pl>
 S:	Maintained
 F:	board/st/stm32f429-discovery/
-- 
2.4.4



More information about the U-Boot mailing list