From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 11.mo4.mail-out.ovh.net ([46.105.34.195] helo=mo4.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T088V-0003G7-Ck for barebox@lists.infradead.org; Sat, 11 Aug 2012 09:37:36 +0000 Received: from mail628.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo4.mail-out.ovh.net (Postfix) with SMTP id 8719C10507A6 for ; Sat, 11 Aug 2012 11:42:08 +0200 (CEST) Date: Sat, 11 Aug 2012 11:37:40 +0200 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20120811093740.GC6271@game.jcrosoft.org> References: <1344628865-32574-1-git-send-email-s.hauer@pengutronix.de> <1344628865-32574-7-git-send-email-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1344628865-32574-7-git-send-email-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 6/9] ARM Makefile: generate a barebox-flash-image link To: Sascha Hauer Cc: barebox@lists.infradead.org On 22:01 Fri 10 Aug , Sascha Hauer wrote: > Depending on the SoC a barebox.bin, barebox.netx, barebox.s5p, MLO image > is generated. With pbl support there now is an additional > arch/arm/pbl/zbarebox.bin image. > > To help the user to determine which image should be flashed to his device, > generate a barebox-flash-image link. > > Signed-off-by: Sascha Hauer > --- > arch/arm/Makefile | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/Makefile b/arch/arm/Makefile > index 63bc9be..9d9247f 100644 > --- a/arch/arm/Makefile > +++ b/arch/arm/Makefile > @@ -217,7 +217,10 @@ zbarebox.S zbarebox.bin zbarebox: barebox.bin > archclean: > $(MAKE) $(clean)=$(pbl) > > -all: $(KBUILD_BINARY) > +barebox-flash-image: $(KBUILD_BINARY) > + $(Q)ln -sf $(KBUILD_BINARY) barebox-flash-image please create a command Best Regards, J. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox