mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-29 14:33:08 +00:00
8379c79917
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>
6 lines
184 B
Text
6 lines
184 B
Text
STM32F429-DISCOVERY BOARD
|
|
M: Kamil Lulko <rev13@wp.pl>
|
|
S: Maintained
|
|
F: board/st/stm32f429-discovery/
|
|
F: include/configs/stm32f429-discovery.h
|
|
F: configs/stm32f429-discovery_defconfig
|