diff options
author | Antonio Borneo | 2015-07-01 14:15:02 +0800 |
---|---|---|
committer | Tom Rini | 2015-07-08 21:51:39 -0400 |
commit | 8379c7991788f8a763a9c93612b9e9558f1a4aa3 (patch) | |
tree | 75b2c8ecd1d6307067a964db399a9f21322a5f51 | |
parent | 0dd1c31d14e786bf6152c3e7fff188b708b96cf9 (diff) |
stm32f4: fix MAINTAINERS file
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@gmail.com>
To: u-boot@lists.denx.de
To: Kamil Lulko <rev13@wp.pl>
Cc: Tom Rini <trini@konsulko.com>
-rw-r--r-- | board/st/stm32f429-discovery/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/stm32f429-discovery/MAINTAINERS b/board/st/stm32f429-discovery/MAINTAINERS index 78b0d287906..641f26a0371 100644 --- a/board/st/stm32f429-discovery/MAINTAINERS +++ b/board/st/stm32f429-discovery/MAINTAINERS @@ -1,3 +1,4 @@ +STM32F429-DISCOVERY BOARD M: Kamil Lulko <rev13@wp.pl> S: Maintained F: board/st/stm32f429-discovery/ |