Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360620
b: refs/heads/master
c: 938f94c
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson authored and Russell King committed Feb 23, 2013
1 parent 26bf605 commit 560cd37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b44bf43b20cd4ff5009aead83e2c8a78fac3d189
refs/heads/master: 938f94cde74b33d6d3580c6fe65ebe918a770ae2
4 changes: 2 additions & 2 deletions trunk/arch/arm/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ else
endif

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

0 comments on commit 560cd37

Please sign in to comment.