diff --git a/[refs] b/[refs] index 7d96c58e9eab..82ca5de8bf99 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b44bf43b20cd4ff5009aead83e2c8a78fac3d189 +refs/heads/master: 938f94cde74b33d6d3580c6fe65ebe918a770ae2 diff --git a/trunk/arch/arm/boot/Makefile b/trunk/arch/arm/boot/Makefile index abfce280f57b..71768b8a1ab9 100644 --- a/trunk/arch/arm/boot/Makefile +++ b/trunk/arch/arm/boot/Makefile @@ -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; \