Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
[oweals/u-boot.git] / tools / imx_cntr_image.sh
index 4c629e86946f1886cc4d174eb991fa04d5f722f7..972b95ccbeef9133492a78e6d2771e8a21ebcfcb 100755 (executable)
@@ -10,7 +10,7 @@ file=$1
 blobs=`awk '/^APPEND/ {print $2} /^IMAGE/ || /^DATA/ {print $3}' $file`
 for f in $blobs; do
        tmp=$srctree/$f
-       if [ $f == "u-boot-dtb.bin" ]; then
+       if [ $f = "u-boot-dtb.bin" ]; then
                continue
        fi