starfive visionfive2: update u-boot to SDK version v3.6.1

This commit is contained in:
Nick Cao 2023-09-11 19:33:22 -04:00 committed by Jörg Thalheim
parent e158702cb8
commit 3ccd87fcda
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ fetchFromGitHub, buildUBoot }: { fetchFromGitHub, buildUBoot }:
buildUBoot rec { buildUBoot rec {
version = "3.0.4"; version = "3.6.1";
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-Vd8vhSZE9fJ+Gp5IbLlqz7JAT9ChJ66krxb7gpLJ4P8="; hash = "sha256-735V8HMCGKj13cgQJv7FYrBIF3mYWOrmJhr+46nsVuY=";
}; };
defconfig = "starfive_visionfive2_defconfig"; defconfig = "starfive_visionfive2_defconfig";