From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Fri, 24 Jan 2014 07:04:06 -0700 Subject: [U-Boot] [PATCH] nitrogen6x: README: Do not refer to MAINTAINERS file In-Reply-To: <1390562857-25886-1-git-send-email-festevam@gmail.com> References: <1390562857-25886-1-git-send-email-festevam@gmail.com> Message-ID: <52E272D6.4000506@boundarydevices.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 01/24/2014 04:27 AM, Fabio Estevam wrote: > From: Fabio Estevam > > MAINTAINERS file has been removed from the project. > > Replace its reference with 'boards.cfg' file instead. > > Signed-off-by: Fabio Estevam > --- > board/boundary/nitrogen6x/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/boundary/nitrogen6x/README b/board/boundary/nitrogen6x/README > index 6f449be..9d84265 100644 > --- a/board/boundary/nitrogen6x/README > +++ b/board/boundary/nitrogen6x/README > @@ -70,7 +70,7 @@ To build U-Boot for one of the Nitrogen6x or SabreLite board: > make > > Note that 'nitrogen6x' is a placeholder. The complete list of supported > -board configurations is shown in tha MAINTAINERS file: > +board configurations is shown in the boards.cfg file: > nitrogen6q i.MX6Q/6D 1GB > nitrogen6dl i.MX6DL 1GB > nitrogen6s i.MX6S 512MB > Acked-by: Eric Nelson