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

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