From 3ccd87fcdae4732fe33773cefa4375c641a057e7 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 11 Sep 2023 19:33:22 -0400 Subject: [PATCH] starfive visionfive2: update u-boot to SDK version v3.6.1 --- starfive/visionfive/v2/uboot.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starfive/visionfive/v2/uboot.nix b/starfive/visionfive/v2/uboot.nix index 3906691..9beb5b2 100644 --- a/starfive/visionfive/v2/uboot.nix +++ b/starfive/visionfive/v2/uboot.nix @@ -1,13 +1,13 @@ { fetchFromGitHub, buildUBoot }: buildUBoot rec { - version = "3.0.4"; + version = "3.6.1"; src = fetchFromGitHub { owner = "starfive-tech"; repo = "u-boot"; rev = "refs/tags/VF2_v${version}"; - hash = "sha256-Vd8vhSZE9fJ+Gp5IbLlqz7JAT9ChJ66krxb7gpLJ4P8="; + hash = "sha256-735V8HMCGKj13cgQJv7FYrBIF3mYWOrmJhr+46nsVuY="; }; defconfig = "starfive_visionfive2_defconfig";