Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264625
b: refs/heads/master
c: cd227fb
h: refs/heads/master
i:
  264623: 75d69f9
v: v3
  • Loading branch information
Sascha Hauer authored and Russell King committed Oct 17, 2011
1 parent f0cc22b commit e0257f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60aac93283823b44644c92d0803d821b9d2d987a
refs/heads/master: cd227fbffa9e971ee80065de772d3201c73e1670
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,16 @@ endif

$(obj)/uImage: STARTADDR=$(LOADADDR)

check_for_multiple_loadaddr = \
if [ $(words $(LOADADDR)) -gt 1 ]; then \
echo 'multiple load addresses: $(LOADADDR)'; \
echo 'This is incompatible with uImages'; \
echo 'Specify LOADADDR on the commandline to build an uImage'; \
false; \
fi

$(obj)/uImage: $(obj)/zImage FORCE
@$(check_for_multiple_loadaddr)
$(call if_changed,uimage)
@echo ' Image $@ is ready'

Expand Down

0 comments on commit e0257f1

Please sign in to comment.