starfive visionfive2: update u-boot to SDK version v5.10.3
This commit is contained in:
parent
22ae59fec2
commit
062e4810d8
|
@ -1,13 +1,13 @@
|
||||||
{ fetchFromGitHub, buildUBoot }:
|
{ fetchFromGitHub, buildUBoot }:
|
||||||
|
|
||||||
buildUBoot rec {
|
buildUBoot rec {
|
||||||
version = "3.8.2";
|
version = "5.10.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "starfive-tech";
|
owner = "starfive-tech";
|
||||||
repo = "u-boot";
|
repo = "u-boot";
|
||||||
rev = "refs/tags/VF2_v${version}";
|
rev = "refs/tags/JH7110_VF2_6.1_v${version}";
|
||||||
hash = "sha256-M/ndil++spcJCYnpYLb+fuxqCi4H3BunXdHbl529ovM=";
|
hash = "sha256-4E/AxPCFCluwJBEf6xGuxAi1hPZK5ZxEs5WlBVVfvYE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = "starfive_visionfive2_defconfig";
|
defconfig = "starfive_visionfive2_defconfig";
|
||||||
|
|
Loading…
Reference in a new issue