starfive visionfive2: update u-boot to SDK version v3.8.2
This commit is contained in:
parent
5b37cf8665
commit
e27bf85b46
|
@ -1,13 +1,13 @@
|
|||
{ fetchFromGitHub, buildUBoot }:
|
||||
|
||||
buildUBoot rec {
|
||||
version = "3.7.5";
|
||||
version = "3.8.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "starfive-tech";
|
||||
repo = "u-boot";
|
||||
rev = "refs/tags/VF2_v${version}";
|
||||
hash = "sha256-/BCWN+lbMaOakfwwCDloutFEX8IYQyCIrkE1Yu6T8oI=";
|
||||
hash = "sha256-M/ndil++spcJCYnpYLb+fuxqCi4H3BunXdHbl529ovM=";
|
||||
};
|
||||
|
||||
defconfig = "starfive_visionfive2_defconfig";
|
||||
|
|
Loading…
Reference in a new issue