diff mbox

[U-Boot] MAINTAINERS: i.MX: Add board/freescale/*mx* path

Message ID 1469579269-7710-1-git-send-email-festevam@gmail.com
State Accepted
Commit 77cbd3a14184c61d55d7fcddd88fa4e96efc9901
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam July 27, 2016, 12:27 a.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

Pass the board/freescale/*mx*/ path as files maintained by Stefano
Babic.

While this is not ideal and does not cover all the i.MX board cases,
it gives at least a better hint for the /scripts/get_maintainer.pl
tool.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 28, 2016, 10:51 a.m. UTC | #1
Hi Fabio,

On 27/07/2016 02:27, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Pass the board/freescale/*mx*/ path as files maintained by Stefano
> Babic.
> 
> While this is not ideal and does not cover all the i.MX board cases,
> it gives at least a better hint for the /scripts/get_maintainer.pl
> tool.
> 

Agree.


Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1db8243..1225ce2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -102,6 +102,7 @@  F:	arch/arm/include/asm/arch-imx/
 F:	arch/arm/include/asm/arch-mx*/
 F:	arch/arm/include/asm/arch-vf610/
 F:	arch/arm/include/asm/imx-common/
+F:	board/freescale/*mx*/
 
 ARM HISILICON
 M:	Peter Griffin <peter.griffin@linaro.org>