diff options
author | 2015-04-18 14:52:44 +0200 | |
---|---|---|
committer | 2015-04-19 10:01:11 +0200 | |
commit | d72192ce5a388cc0af3725700740ef67f43d752c (patch) | |
tree | 171c7aa06ba78a8d1ed90b9ce959b04a1cd4070f | |
parent | 426b03059f9a3bbd5c070f4a2d8cb544d5d29c7a (diff) | |
download | buildroot-d72192ce5a388cc0af3725700740ef67f43d752c.tar.gz buildroot-d72192ce5a388cc0af3725700740ef67f43d752c.tar.bz2 |
boot/uboot: add hash file
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | boot/uboot/uboot.hash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash new file mode 100644 index 0000000000..9cc96f64c7 --- /dev/null +++ b/boot/uboot/uboot.hash @@ -0,0 +1,2 @@ +# Locally computed: +sha256 0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60 u-boot-2015.04.tar.bz2 |