]> git.pld-linux.org Git - packages/grub2.git/commitdiff
actually enable coreboot platform on %{arm}
authorJan Palus <atler@pld-linux.org>
Mon, 19 Jun 2023 20:17:08 +0000 (22:17 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 19 Jun 2023 20:17:08 +0000 (22:17 +0200)
grub2.spec

index 1b9e0df5aeb9166c9db796f6d6522c26754ebe30..c70e42dde2f74ac6ce25d74e3650656a7a3d7242 100644 (file)
@@ -73,7 +73,7 @@
 %define                platforms %{?with_coreboot:coreboot} %{?with_ieee1275:ieee1275} %{?with_multiboot:multiboot} %{?with_qemu:qemu} %{?with_xen:xen} %{?with_xen_pvh:xen_pvh} %{?with_efi:efi} %{?with_pc:pc}
 %endif
 %ifarch %{arm}
-%define                platforms %{?with_efi:efi} %{?with_uboot:uboot}
+%define                platforms %{?with_coreboot:coreboot} %{?with_efi:efi} %{?with_uboot:uboot}
 %endif
 %ifarch aarch64 ia64 riscv32 riscv64
 %define                platforms efi
This page took 0.790536 seconds and 4 git commands to generate.