[U-Boot] [PATCH] imx: Fix warning by building vf610twr_nand

Stefano Babic sbabic at denx.de
Tue Sep 16 16:08:04 CEST 2014


commit d6d07a9b... arm: vf610: add NAND support for vf610twr
generates the following warnings:

WARNING: no status info for 'vf610twr_nand'
WARNING: no maintainers for 'vf610twr_nand'WARNING: no status info for
'vf610twr_nand'

This is due to the fact that vf610twr_nand_defconfig has no Maintainer.
This patch proposed Alison as Maintainer and fix it.

Signed-off-by: Stefano Babic <sbabic at denx.de>
CC: Alison Wang <b18965 at freescale.com>
CC: Stefan Agner <stefan at agner.ch>
---
 board/freescale/vf610twr/MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/freescale/vf610twr/MAINTAINERS b/board/freescale/vf610twr/MAINTAINERS
index 56a09c9..f2997f0 100644
--- a/board/freescale/vf610twr/MAINTAINERS
+++ b/board/freescale/vf610twr/MAINTAINERS
@@ -4,3 +4,4 @@ S:	Maintained
 F:	board/freescale/vf610twr/
 F:	include/configs/vf610twr.h
 F:	configs/vf610twr_defconfig
+F:	configs/vf610twr_nand_defconfig
-- 
1.9.1



More information about the U-Boot mailing list