Merge pull request #2641 from CvH/9.0-sha-aml

u-boot: Odroid-C2 fix sha256
This commit is contained in:
Matthias Reichl 2018-04-12 16:21:40 +02:00 committed by GitHub
commit 03ea5940f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ case "$DEVICE" in
"Odroid_C2")
PKG_VERSION="095fdbe"
PKG_URL="https://github.com/hardkernel/u-boot/archive/$PKG_VERSION.tar.gz"
PKG_SHA256="0d05829e07e226d1acbc6b23ff038d6c92fa3ed738ddc28703d51987c0fab3bb"
PKG_SHA256="25ee7c8208d8a97c831b8dd9222ce8984f4a0b8f95dabf9d513c130d04aa05b5"
;;
"KVIM"*)
PKG_VERSION="ffc14fc"