summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 230c585691..325eca25bb 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -33,7 +33,7 @@ COMPATIBLE_HOST_armv7ve = 'null'
33# configure.ac has code to set this automagically from the target tuple 33# configure.ac has code to set this automagically from the target tuple
34# but the OE freeform one (core2-foo-bar-linux) don't work with that. 34# but the OE freeform one (core2-foo-bar-linux) don't work with that.
35 35
36GRUBPLATFORM_arm = "uboot" 36GRUBPLATFORM_arm = "efi"
37GRUBPLATFORM_aarch64 = "efi" 37GRUBPLATFORM_aarch64 = "efi"
38GRUBPLATFORM ??= "pc" 38GRUBPLATFORM ??= "pc"
39 39