Message ID | 1410876484-10060-1-git-send-email-sbabic@denx.de |
---|---|
State | Awaiting Upstream |
Delegated to: | Stefano Babic |
Headers | show |
Hi, Didn't realized that this config needs a maintainer too, sorry. I agree, since the vf610twr is maintained by Alison, it makes sense that the nand variant is maintained by Alison too.. Thanks for the patch. -- Stefan Am 2014-09-16 16:08, schrieb Stefano Babic: > 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@denx.de> > CC: Alison Wang <b18965@freescale.com> > CC: Stefan Agner <stefan@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
Hi Alison, On 17/09/2014 08:03, Huan Wang wrote: > Hi, Stefano, > > I agree with this patch. Thanks. > ok. This means I can add your Acked-by to the patch: Acked-by: Alison Wang <alison.wang@freescale.com> By the way, your registered e-mail into U-Boot tree (board/freescale/vf610twr/MAINTAINERS) is <b18965@freescale.com>. If this is not correct, please send a follow up patch updating your e-mail address - Thanks ! Best regards, Stefano Babic
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
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@denx.de> CC: Alison Wang <b18965@freescale.com> CC: Stefan Agner <stefan@agner.ch> --- board/freescale/vf610twr/MAINTAINERS | 1 + 1 file changed, 1 insertion(+)