Commit 08605bb2 authored by K900's avatar K900
Browse files

ubootRockPro64: drop patch that should no longer be necessary

Further testing needed.
parent ae9f1765
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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";