From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Fri, 24 Jan 2014 07:03:06 -0700 Subject: [U-Boot] [PATCH] nitrogen6x: README: Only calling 'make' is enough In-Reply-To: <1390562147-25673-1-git-send-email-festevam@gmail.com> References: <1390562147-25673-1-git-send-email-festevam@gmail.com> Message-ID: <52E2729A.8030100@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 Thanks Fabio, On 01/24/2014 04:15 AM, Fabio Estevam wrote: > From: Fabio Estevam > > No need to pass 'u-boot.imx' as parameter for 'make' because u-boot.imx is > built by default. > > 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 5049093..6f449be 100644 > --- a/board/boundary/nitrogen6x/README > +++ b/board/boundary/nitrogen6x/README > @@ -67,7 +67,7 @@ override auto-detection and force activation of the specified panel. > To build U-Boot for one of the Nitrogen6x or SabreLite board: > > make nitrogen6x_config > - make u-boot.imx > + make > > Note that 'nitrogen6x' is a placeholder. The complete list of supported > board configurations is shown in tha MAINTAINERS file: > Acked-by: Eric Nelson