a3bfe35
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
a3bfe35
From: Javier Martinez Canillas <javierm@redhat.com>
a3bfe35
Date: Thu, 27 Sep 2018 19:03:43 +0200
a3bfe35
Subject: [PATCH] Include blscfg module for powerpc ieee1275
a3bfe35
a3bfe35
The blscfg module is currently not built for powerpc ieee1275, but this
a3bfe35
is still needed when the machine is not booted in bare metal with OPAL.
a3bfe35
a3bfe35
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
a3bfe35
---
a3bfe35
 grub-core/Makefile.core.def | 1 +
a3bfe35
 1 file changed, 1 insertion(+)
a3bfe35
a3bfe35
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
a3bfe35
index 18d4ec20cdf..30c2ac8f3c8 100644
a3bfe35
--- a/grub-core/Makefile.core.def
a3bfe35
+++ b/grub-core/Makefile.core.def
a3bfe35
@@ -787,6 +787,7 @@ module = {
a3bfe35
   common = commands/blscfg.c;
a3bfe35
   common = commands/bls_qsort.h;
a3bfe35
   common = commands/loadenv.h;
a3bfe35
+  enable = powerpc_ieee1275;
a3bfe35
   enable = efi;
a3bfe35
   enable = i386_pc;
a3bfe35
   enable = emu;