summary refs log tree commit diff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2023-04-28 16:26:20 -0600
committerZhaofeng Li <hello@zhaofeng.li>2023-04-28 16:27:39 -0600
commit24ea5fdb3b2c20efd545e17322f409a2125e9abf (patch)
tree523cb69ccf3fafe862141579dfdc4fff9f5ddcb5 /pkgs/misc/uboot
parentd6b863fd9b7bb962e6f9fdf292419a775e772891 (diff)
ubootQemuRiscv64Smode: Remove upstreamed patch
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index b19b68fce75ae..517f9e784a616 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -421,13 +421,6 @@ in {
 
   ubootQemuRiscv64Smode = buildUBoot {
     defconfig = "qemu-riscv64_smode_defconfig";
-    extraPatches = [
-      # https://patchwork.ozlabs.org/project/uboot/patch/20220128134713.2322800-1-alexandre.ghiti@canonical.com/
-      (fetchpatch {
-        url = "https://patchwork.ozlabs.org/series/283391/mbox/";
-        sha256 = "sha256-V0jDpx6O4bFzuaOQejdrRnLiWb5LBTx47T0TZqNtMXk=";
-      })
-    ];
     extraMeta.platforms = ["riscv64-linux"];
     filesToInstall = ["u-boot.bin"];
   };