public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] apollon: Fix a OBJCFLAGS typo
@ 2009-06-07 12:45 Shinya Kuribayashi
  2009-06-11  0:45 ` Kyungmin Park
  0 siblings, 1 reply; 2+ messages in thread
From: Shinya Kuribayashi @ 2009-06-07 12:45 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
---
Hi,

I happened to find this typo with the help of vim highlight.

 onenand_ipl/board/apollon/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/onenand_ipl/board/apollon/Makefile b/onenand_ipl/board/apollon/Makefile
index 1f996a4..f6c36ec 100644
--- a/onenand_ipl/board/apollon/Makefile
+++ b/onenand_ipl/board/apollon/Makefile
@@ -6,7 +6,7 @@ LDSCRIPT= $(TOPDIR)/onenand_ipl/board/$(BOARDDIR)/u-boot.onenand.lds
 LDFLAGS	= -Bstatic -T $(LDSCRIPT) -Ttext $(TEXT_BASE) $(PLATFORM_LDFLAGS)
 AFLAGS	+= -DCONFIG_ONENAND_IPL
 CFLAGS	+= -DCONFIG_ONENAND_IPL
-OBJCLFAGS += --gap-fill=0x00
+OBJCFLAGS += --gap-fill=0x00
 
 SOBJS	:= low_levelinit.o
 SOBJS	+= start.o

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

* [U-Boot] apollon: Fix a OBJCFLAGS typo
  2009-06-07 12:45 [U-Boot] apollon: Fix a OBJCFLAGS typo Shinya Kuribayashi
@ 2009-06-11  0:45 ` Kyungmin Park
  0 siblings, 0 replies; 2+ messages in thread
From: Kyungmin Park @ 2009-06-11  0:45 UTC (permalink / raw)
  To: u-boot

Acked-by: Kyungmin Park <Kyungmin.park@samsung.com>

> -----Original Message-----
> From: Shinya Kuribayashi [mailto:skuribay at ruby.dti.ne.jp]
> Sent: Sunday, June 07, 2009 9:45 PM
> To: kyungmin.park at samsung.com
> Cc: u-boot at lists.denx.de
> Subject: apollon: Fix a OBJCFLAGS typo
> 
> Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
> ---
> Hi,
> 
> I happened to find this typo with the help of vim highlight.
> 
>  onenand_ipl/board/apollon/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/onenand_ipl/board/apollon/Makefile
> b/onenand_ipl/board/apollon/Makefile
> index 1f996a4..f6c36ec 100644
> --- a/onenand_ipl/board/apollon/Makefile
> +++ b/onenand_ipl/board/apollon/Makefile
> @@ -6,7 +6,7 @@ LDSCRIPT= $(TOPDIR)/onenand_ipl/board/$(BOARDDIR)/u-
> boot.onenand.lds
>  LDFLAGS	= -Bstatic -T $(LDSCRIPT) -Ttext $(TEXT_BASE)
> $(PLATFORM_LDFLAGS)
>  AFLAGS	+= -DCONFIG_ONENAND_IPL
>  CFLAGS	+= -DCONFIG_ONENAND_IPL
> -OBJCLFAGS += --gap-fill=0x00
> +OBJCFLAGS += --gap-fill=0x00
> 
>  SOBJS	:= low_levelinit.o
>  SOBJS	+= start.o

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

end of thread, other threads:[~2009-06-11  0:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-07 12:45 [U-Boot] apollon: Fix a OBJCFLAGS typo Shinya Kuribayashi
2009-06-11  0:45 ` Kyungmin Park

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