|
@@ -68,8 +68,8 @@ else
|
|
endif
|
|
endif
|
|
|
|
|
|
check_for_multiple_loadaddr = \
|
|
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 'This is incompatible with uImages'; \
|
|
echo 'Specify LOADADDR on the commandline to build an uImage'; \
|
|
echo 'Specify LOADADDR on the commandline to build an uImage'; \
|
|
false; \
|
|
false; \
|