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

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