Skip to content

Commit ffe4ee9

Browse files
committedApr 15, 2015
runtime: build flash image by default
1 parent c0213c9 commit ffe4ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎soc/runtime/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(error failed to determine UP/AMP build)
2020
endif
2121
endif
2222

23-
all: runtime.bin
23+
all: runtime.fbi
2424

2525
# pull in dependency info for *existing* .o files
2626
-include $(OBJECTS:.o=.d)

0 commit comments

Comments
 (0)
Please sign in to comment.