Skip to content

Commit

Permalink
Merge pull request #125730 from ck3d/fix-uboot-preboot
Browse files Browse the repository at this point in the history
ubootRockPro64: Fix boot hanging
  • Loading branch information
samueldr authored Jul 11, 2021
2 parents 1fdd3cc + 1dec71e commit 14df81c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/misc/uboot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 14df81c

Please sign in to comment.