]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
stm32f4: fix MAINTAINERS file
authorAntonio Borneo <borneo.antonio@gmail.com>
Wed, 1 Jul 2015 06:15:02 +0000 (14:15 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 9 Jul 2015 01:51:39 +0000 (21:51 -0400)
commit8379c7991788f8a763a9c93612b9e9558f1a4aa3
tree75b2c8ecd1d6307067a964db399a9f21322a5f51
parent0dd1c31d14e786bf6152c3e7fff188b708b96cf9
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>
board/st/stm32f429-discovery/MAINTAINERS