diff options
| author | Stefano Babic <[email protected]> | 2014-09-16 16:02:00 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-09-17 11:01:56 +0200 |
| commit | 0fdfafd225a0cead05a0b332f189c2f667b5f1d6 (patch) | |
| tree | 5091d0bb1e5b90c1146ad95f9e9f53e8b8b64316 | |
| parent | d4940fc521db6220a714a800e72b5d700e5c9974 (diff) | |
imx: Fix warning by building vf610twr_nand
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 <[email protected]>
Acked-by: Alison Wang <[email protected]>
CC: Stefan Agner <[email protected]>
| -rw-r--r-- | board/freescale/vf610twr/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/vf610twr/MAINTAINERS b/board/freescale/vf610twr/MAINTAINERS index 56a09c9ad9b..f2997f05c38 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 |
