uboot: exclude from hash check except for latest version
authorArnout Vandecappelle <arnout@mind.be>
Tue, 21 Mar 2017 00:07:07 +0000 (01:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Jun 2017 12:15:13 +0000 (14:15 +0200)
commit13cd4415726f1f6242d6502c86f47b3408b1a03f
treef7d4c473113e39d182728615ed8d0b8ea6fb4a76
parent24f650aed2d9d92d8cabf0cb160fcf7964f9811e
uboot: exclude from hash check except for latest version

Instead of excluding the hash specifically for the custom tarball and
custom version cases, exclude it always except in the one case where
we do have a hash: the latest version.

This simplifies the code a little because soon we will add hash checks
for git as well, so we also need an exclusion in that case.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/uboot.mk