Skip to content

Commit 75bc1cb

Browse files
committed
kexec patch: remove efifb since kexec chooses VIDEO_EFI_TYPE now (setup_linux_vesafb: Found driver EFI VGA, providing VIDEO_TYPE_EFI)
1 parent 35d6c19 commit 75bc1cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

patches/kexec-2.0.26.patch

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ diff --git a/kexec/arch/i386/x86-linux-setup.c b/kexec/arch/i386/x86-linux-setup
2121
index 14263b0..55291d6 100644
2222
--- a/kexec/arch/i386/x86-linux-setup.c
2323
+++ b/kexec/arch/i386/x86-linux-setup.c
24-
@@ -138,31 +138,77 @@
24+
@@ -138,31 +138,76 @@
2525
if (-1 == fd)
2626
return -1;
2727

@@ -57,7 +57,6 @@ index 14263b0..55291d6 100644
5757
+ * the real framebuffer address.
5858
+ */
5959
+ if (0 == strcmp(fix.id, "VESA VGA")
60-
+ || 0 == strcmp(fix.id, "efifb")
6160
+ || 0 == strcmp(fix.id, "inteldrmfb")
6261
+ || 0 == strcmp(fix.id, "i915drmfb")) {
6362
/* VIDEO_TYPE_VLFB */

0 commit comments

Comments
 (0)