mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
starfive visionfive2: update u-boot
This commit is contained in:
parent
2ce2f3f978
commit
b0fd962525
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ buildUBoot {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "starfive-tech";
|
owner = "starfive-tech";
|
||||||
repo = "u-boot";
|
repo = "u-boot";
|
||||||
rev = "688befadf1d337dee3593e6cc0fe1c737cc150bd";
|
rev = "ac0ac696256abf412826d74ee918dd417e207d7b";
|
||||||
sha256 = "sha256-RGADEJRZyuzjblxowdHnhj78eMJBIWnvkwEcpSen5Oo=";
|
sha256 = "sha256-cyEMKkTIiET8hnWgD6poZSzfjmRAqUtyRQM0yvNY230=";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = "starfive_visionfive2_defconfig";
|
defconfig = "starfive_visionfive2_defconfig";
|
||||||
|
|
Loading…
Reference in a new issue