Blame SOURCES/0234-Include-blscfg-module-for-powerpc-ieee1275.patch

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