Skip to content
Snippets Groups Projects
Commit aa446a59 authored by Shinya Kuribayashi's avatar Shinya Kuribayashi Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

apollon: Fix a OBJCFLAGS typo

parent 580611cb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment