From 08605bb2b99703311cf7089ed827cf15c3db05f4 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 8 Jul 2025 15:49:37 +0300 Subject: [PATCH] ubootRockPro64: drop patch that should no longer be necessary Further testing needed. --- pkgs/misc/uboot/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 5066211e1255..693e7424a4c2 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -755,13 +755,6 @@ in }; ubootRockPro64 = buildUBoot { - 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";