mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Makefile: remove never reached code
@ 2014-09-04  1:43 Bo Shen
  2014-09-04  1:48 ` Bo Shen
  0 siblings, 1 reply; 2+ messages in thread
From: Bo Shen @ 2014-09-04  1:43 UTC (permalink / raw)
  To: wenyou.yang; +Cc: barebox

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
 Makefile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Makefile b/Makefile
index 5cd0369..7a7ad38 100644
--- a/Makefile
+++ b/Makefile
@@ -180,14 +180,6 @@ endif
 BOOT_NAME=$(BOARDNAME)-$(PROJECT)$(CARD_SUFFIX)boot-$(TARGET_NAME)$(BLOB)-$(VERSION)$(REV)
 AT91BOOTSTRAP:=$(BINDIR)/$(BOOT_NAME).bin
 
-ifeq ($(IMAGE),)
-IMAGE=$(BOOT_NAME).bin
-endif
-
-ifeq ($(SYMLINK),)
-SYMLINK=at91bootstrap.bin
-endif
-
 COBJS-y:= $(TOPDIR)/main.o $(TOPDIR)/board/$(BOARDNAME)/$(BOARDNAME).o
 SOBJS-y:= $(TOPDIR)/crt0_gnu.o
 
-- 
2.1.0.24.g4109c28


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: remove never reached code
  2014-09-04  1:43 [PATCH] Makefile: remove never reached code Bo Shen
@ 2014-09-04  1:48 ` Bo Shen
  0 siblings, 0 replies; 2+ messages in thread
From: Bo Shen @ 2014-09-04  1:48 UTC (permalink / raw)
  To: barebox

Hi,
   Sorry for this noise, it goes wrong to the barebox ML.
   Please ignore it.

On 09/04/2014 09:43 AM, Bo Shen wrote:
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
> ---
>   Makefile | 8 --------
>   1 file changed, 8 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 5cd0369..7a7ad38 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -180,14 +180,6 @@ endif
>   BOOT_NAME=$(BOARDNAME)-$(PROJECT)$(CARD_SUFFIX)boot-$(TARGET_NAME)$(BLOB)-$(VERSION)$(REV)
>   AT91BOOTSTRAP:=$(BINDIR)/$(BOOT_NAME).bin
>
> -ifeq ($(IMAGE),)
> -IMAGE=$(BOOT_NAME).bin
> -endif
> -
> -ifeq ($(SYMLINK),)
> -SYMLINK=at91bootstrap.bin
> -endif
> -
>   COBJS-y:= $(TOPDIR)/main.o $(TOPDIR)/board/$(BOARDNAME)/$(BOARDNAME).o
>   SOBJS-y:= $(TOPDIR)/crt0_gnu.o
>
>

Best Regards,
Bo Shen

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-04  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-04  1:43 [PATCH] Makefile: remove never reached code Bo Shen
2014-09-04  1:48 ` Bo Shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox