From 062e4810d8bee4954d32cf78145602e5b66c8704 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sun, 31 Dec 2023 11:59:33 -0500 Subject: [PATCH] starfive visionfive2: update u-boot to SDK version v5.10.3 --- starfive/visionfive/v2/uboot.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/starfive/visionfive/v2/uboot.nix b/starfive/visionfive/v2/uboot.nix index 9666175..a149f8b 100644 --- a/starfive/visionfive/v2/uboot.nix +++ b/starfive/visionfive/v2/uboot.nix @@ -1,13 +1,13 @@ { fetchFromGitHub, buildUBoot }: buildUBoot rec { - version = "3.8.2"; + version = "5.10.3"; src = fetchFromGitHub { owner = "starfive-tech"; repo = "u-boot"; - rev = "refs/tags/VF2_v${version}"; - hash = "sha256-M/ndil++spcJCYnpYLb+fuxqCi4H3BunXdHbl529ovM="; + rev = "refs/tags/JH7110_VF2_6.1_v${version}"; + hash = "sha256-4E/AxPCFCluwJBEf6xGuxAi1hPZK5ZxEs5WlBVVfvYE="; }; defconfig = "starfive_visionfive2_defconfig";