]> git.kernelconcepts.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:39 +0000 (00:47 +0200)
commit6cb22706504bf640f8d3683fbc0989ae2c2f5148
treeebbf1abc31c39aeb312d2b1c94dcf3f9f548681e
parentc38509e2273dc2ab628143d9a84c66af96ff479b
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