[U-Boot] [PATCH 1/2] 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 | 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@wp.pl S: Maintained 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 --- include/configs/stm32f429-discovery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 46869dd..c8af7b6 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -52,7 +52,7 @@ #define CONFIG_STM32_SERIAL /* * Configuration of the USART - * 1: TX:PA9 PX:PA10 + * 1: TX:PA9 RX:PA10 * 2: TX:PD5 RX:PD6 * 3: TX:PC10 RX:PC11 * 6: TX:PC6 RX:PC7

On Wed, Jul 01, 2015 at 02:15:03PM +0800, Antonio Borneo wrote:
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
Applied to u-boot/master, thanks!

On Wed, Jul 01, 2015 at 02:15:02PM +0800, Antonio Borneo wrote:
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
Applied to u-boot/master, thanks!
participants (2)
-
Antonio Borneo
-
Tom Rini