From cacf82c2b13d9bebe9b37df508385207a35001fb Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 8 Jun 2023 10:53:58 +0800 Subject: [PATCH] starfive visionfive2: u-boot: update to SDK version v3.0.4 --- starfive/visionfive/v2/uboot.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/starfive/visionfive/v2/uboot.nix b/starfive/visionfive/v2/uboot.nix index be156b7..3906691 100644 --- a/starfive/visionfive/v2/uboot.nix +++ b/starfive/visionfive/v2/uboot.nix @@ -1,13 +1,13 @@ { fetchFromGitHub, buildUBoot }: -buildUBoot { - version = "2021.10"; +buildUBoot rec { + version = "3.0.4"; src = fetchFromGitHub { owner = "starfive-tech"; repo = "u-boot"; - rev = "ac0ac696256abf412826d74ee918dd417e207d7b"; - sha256 = "sha256-cyEMKkTIiET8hnWgD6poZSzfjmRAqUtyRQM0yvNY230="; + rev = "refs/tags/VF2_v${version}"; + hash = "sha256-Vd8vhSZE9fJ+Gp5IbLlqz7JAT9ChJ66krxb7gpLJ4P8="; }; defconfig = "starfive_visionfive2_defconfig";