mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #125730 from ck3d/fix-uboot-preboot
ubootRockPro64: Fix boot hanging
This commit is contained in:
commit
14df81c809
1 changed files with 7 additions and 0 deletions
|
@ -401,6 +401,13 @@ in {
|
|||
|
||||
ubootRockPro64 = buildUBoot {
|
||||
extraMakeFlags = [ "all" "u-boot.itb" ];
|
||||
extraPatches = [
|
||||
# https://patchwork.ozlabs.org/project/uboot/list/?series=237654&archive=both&state=*
|
||||
(fetchpatch {
|
||||
url = "https://patchwork.ozlabs.org/series/237654/mbox/";
|
||||
sha256 = "0aiw9zk8w4msd3v8nndhkspjify0yq6a5f0zdy6mhzs0ilq896c3";
|
||||
})
|
||||
];
|
||||
defconfig = "rockpro64-rk3399_defconfig";
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
BL31="${armTrustedFirmwareRK3399}/bl31.elf";
|
||||
|
|
Loading…
Reference in a new issue