u-boot-pinephone: use "extraPatches" instead of "patches", to future-proof

This commit is contained in:
2024-07-01 17:44:53 +00:00
parent ff235f5806
commit 697543a675

View File

@@ -8,7 +8,7 @@
buildUBoot { buildUBoot {
defconfig = "pinephone_defconfig"; defconfig = "pinephone_defconfig";
patches = [ extraPatches = [
(fetchpatch { (fetchpatch {
# see: <https://gitlab.com/postmarketOS/pmaports/-/issues/1945> # see: <https://gitlab.com/postmarketOS/pmaports/-/issues/1945>
# Pinephone has multiple hardware revs, notably 1.2 and 1.2b. # Pinephone has multiple hardware revs, notably 1.2 and 1.2b.