Skip to content

Commit

Permalink
starfive visionfive2: update u-boot to SDK version v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored and mergify[bot] committed Oct 10, 2023
1 parent bb2db41 commit 6ea13c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starfive/visionfive/v2/uboot.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{ fetchFromGitHub, buildUBoot }:

buildUBoot rec {
version = "3.6.1";
version = "3.7.5";

src = fetchFromGitHub {
owner = "starfive-tech";
repo = "u-boot";
rev = "refs/tags/VF2_v${version}";
hash = "sha256-735V8HMCGKj13cgQJv7FYrBIF3mYWOrmJhr+46nsVuY=";
hash = "sha256-/BCWN+lbMaOakfwwCDloutFEX8IYQyCIrkE1Yu6T8oI=";
};

defconfig = "starfive_visionfive2_defconfig";
Expand Down

0 comments on commit 6ea13c2

Please sign in to comment.