From: Kyungmin Park Date: Sat, 5 Dec 2009 04:30:39 +0000 (+0900) Subject: s5pc110: check u-boot-onenand.bin size X-Git-Tag: CES1223_2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd396346730a0bae821a66bd183497739de8836f;p=kernel%2Fu-boot.git s5pc110: check u-boot-onenand.bin size Signed-off-by: Kyungmin Park --- diff --git a/build.sh b/build.sh index d24f033..cee2860 100755 --- a/build.sh +++ b/build.sh @@ -44,8 +44,8 @@ check_users build_uboot $* size=`ls -al u-boot-onenand.bin | awk -F' ' '{printf $5}'` -if [ "$size" -eq "262144" ]; then - echo "u-boot-onenand.bin execced the 256KiB -> $size" +if [ "$size" -ge "262144" ]; then + echo "u-boot-onenand.bin execced the 256KiB 262144 -> $size" exit fi