mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	starfive visionfive2: update u-boot to SDK version v3.7.5
This commit is contained in:
		@@ -1,13 +1,13 @@
 | 
			
		||||
{ fetchFromGitHub, buildUBoot }:
 | 
			
		||||
 | 
			
		||||
buildUBoot rec {
 | 
			
		||||
  version = "3.6.1";
 | 
			
		||||
  version = "3.7.5";
 | 
			
		||||
 | 
			
		||||
  src = fetchFromGitHub {
 | 
			
		||||
    owner = "starfive-tech";
 | 
			
		||||
    repo = "u-boot";
 | 
			
		||||
    rev = "refs/tags/VF2_v${version}";
 | 
			
		||||
    hash = "sha256-735V8HMCGKj13cgQJv7FYrBIF3mYWOrmJhr+46nsVuY=";
 | 
			
		||||
    hash = "sha256-/BCWN+lbMaOakfwwCDloutFEX8IYQyCIrkE1Yu6T8oI=";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  defconfig = "starfive_visionfive2_defconfig";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user