ubootRockPro64: drop patch that should no longer be necessary

Further testing needed.
This commit is contained in:
K900
2025-07-08 15:49:37 +03:00
parent ae9f1765fc
commit 08605bb2b9
-7
View File
@@ -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";