Merge pull request #92501 from samueldr/update/u-boot/v2020.07

u-boot: v2020.04 -> v2020.07
This commit is contained in:
Samuel Dionne-Riel 2020-07-07 17:13:30 -04:00 committed by GitHub
commit fb7193221e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,10 +18,10 @@
}: }:
let let
defaultVersion = "2020.04"; defaultVersion = "2020.07";
defaultSrc = fetchurl { defaultSrc = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2"; url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${defaultVersion}.tar.bz2";
sha256 = "0wjkasnz87q86hx93inspdjfjsinmxi87bcvj30c773x0fpjlwzy"; sha256 = "0sjzy262x93aaqd6z24ziaq19xjjjk5f577ivf768vmvwsgbzxf1";
}; };
buildUBoot = { buildUBoot = {
version ? null version ? null