From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 10 Nov 2015 08:36:17 -0800 Subject: [U-Boot] [PATCH] ls1043ardb: Add missing config entries to MAINTAINERS In-Reply-To: <20151110164455.6de5d656@lilith> References: <1447170063-31548-1-git-send-email-fabio.estevam@freescale.com> <20151110164455.6de5d656@lilith> Message-ID: <56421D01.9000701@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/10/2015 07:44 AM, Albert ARIBAUD wrote: > Hello Fabio, > > On Tue, 10 Nov 2015 13:41:03 -0200, Fabio Estevam wrote: >> ls1043ardb_nand_defconfig and ls1043ardb_sdcard_defconfig are missing >> in the MAINTAINERS file, so add them for completeness. >> >> Reported-by: Albert Aribaud >> Signed-off-by: Fabio Estevam >> --- >> board/freescale/ls1043ardb/MAINTAINERS | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/board/freescale/ls1043ardb/MAINTAINERS b/board/freescale/ls1043ardb/MAINTAINERS >> index b8f6be2..efca5bf 100644 >> --- a/board/freescale/ls1043ardb/MAINTAINERS >> +++ b/board/freescale/ls1043ardb/MAINTAINERS >> @@ -5,3 +5,5 @@ F: board/freescale/ls1043ardb/ >> F: board/freescale/ls1043ardb/ls1043ardb.c >> F: include/configs/ls1043ardb.h >> F: configs/ls1043ardb_defconfig >> +F: configs/ls1043ardb_nand_defconfig >> +F: configs/ls1043ardb_sdcard_defconfig >> -- >> 1.9.1 >> > > Reviewed-by: Albert ARIBAUD > Another patch is pending, addressing the same issue http://patchwork.ozlabs.org/patch/540925/. Go ahead to merge yours. York