From 560cd37ce21d3d818e1c8b4ffc791f176668395a Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Sat, 23 Feb 2013 08:02:24 +0100 Subject: [PATCH] --- yaml --- r: 360620 b: refs/heads/master c: 938f94cde74b33d6d3580c6fe65ebe918a770ae2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/boot/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; \