diff options
Diffstat (limited to 'arch/arm/boot/Makefile')
-rw-r--r-- | arch/arm/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile index abfce280f57b..71768b8a1ab9 100644 --- a/arch/arm/boot/Makefile +++ b/arch/arm/boot/Makefile | |||
@@ -68,8 +68,8 @@ else | |||
68 | endif | 68 | endif |
69 | 69 | ||
70 | check_for_multiple_loadaddr = \ | 70 | check_for_multiple_loadaddr = \ |
71 | if [ $(words $(UIMAGE_LOADADDR)) -gt 1 ]; then \ | 71 | if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \ |
72 | echo 'multiple load addresses: $(UIMAGE_LOADADDR)'; \ | 72 | echo 'multiple (or no) load addresses: $(UIMAGE_LOADADDR)'; \ |
73 | echo 'This is incompatible with uImages'; \ | 73 | echo 'This is incompatible with uImages'; \ |
74 | echo 'Specify LOADADDR on the commandline to build an uImage'; \ | 74 | echo 'Specify LOADADDR on the commandline to build an uImage'; \ |
75 | false; \ | 75 | false; \ |