starfive visionfive2: update u-boot to SDK version v3.7.5
This commit is contained in:
parent
bb2db418b6
commit
6ea13c2df4
|
@ -1,13 +1,13 @@
|
||||||
{ fetchFromGitHub, buildUBoot }:
|
{ fetchFromGitHub, buildUBoot }:
|
||||||
|
|
||||||
buildUBoot rec {
|
buildUBoot rec {
|
||||||
version = "3.6.1";
|
version = "3.7.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "starfive-tech";
|
owner = "starfive-tech";
|
||||||
repo = "u-boot";
|
repo = "u-boot";
|
||||||
rev = "refs/tags/VF2_v${version}";
|
rev = "refs/tags/VF2_v${version}";
|
||||||
hash = "sha256-735V8HMCGKj13cgQJv7FYrBIF3mYWOrmJhr+46nsVuY=";
|
hash = "sha256-/BCWN+lbMaOakfwwCDloutFEX8IYQyCIrkE1Yu6T8oI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = "starfive_visionfive2_defconfig";
|
defconfig = "starfive_visionfive2_defconfig";
|
||||||
|
|
Loading…
Reference in a new issue