From b0fd96252521a42c2c691c7eb0fffb958b6f49b4 Mon Sep 17 00:00:00 2001 From: Jakob Leifhelm Date: Sat, 29 Apr 2023 16:50:06 +0200 Subject: [PATCH] starfive visionfive2: update u-boot --- 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 6a6cd65..be156b7 100644 --- a/starfive/visionfive/v2/uboot.nix +++ b/starfive/visionfive/v2/uboot.nix @@ -6,8 +6,8 @@ buildUBoot { src = fetchFromGitHub { owner = "starfive-tech"; repo = "u-boot"; - rev = "688befadf1d337dee3593e6cc0fe1c737cc150bd"; - sha256 = "sha256-RGADEJRZyuzjblxowdHnhj78eMJBIWnvkwEcpSen5Oo="; + rev = "ac0ac696256abf412826d74ee918dd417e207d7b"; + sha256 = "sha256-cyEMKkTIiET8hnWgD6poZSzfjmRAqUtyRQM0yvNY230="; }; defconfig = "starfive_visionfive2_defconfig";