mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] arch: x86: efi_defconfig: remove framebuffer console to fix duplicate screen.
@ 2025-09-14 19:40 chalianis1
  2025-09-15  9:00 ` Ahmad Fatoum
  0 siblings, 1 reply; 2+ messages in thread
From: chalianis1 @ 2025-09-14 19:40 UTC (permalink / raw)
  To: s.hauer; +Cc: barebox, Chali Anis

From: Chali Anis <chalianis1@gmail.com>

remove the framebuffer console and let develpers select it when needed, this
fixes the problem that consist of having the screen splited to top and bottom
displaying the output twice, and considerably speedup the efi payload on x86.

Fixes: 67498b411276 ("x86: configs: efi: enable some more useful options")
Signed-off-by: Chali Anis <chalianis1@gmail.com>
---
 arch/x86/configs/efi_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/configs/efi_defconfig b/arch/x86/configs/efi_defconfig
index 1dd823af40ea..9844a70d2628 100644
--- a/arch/x86/configs/efi_defconfig
+++ b/arch/x86/configs/efi_defconfig
@@ -78,7 +78,6 @@ CONFIG_DRIVER_NET_EFI_SNP=y
 CONFIG_DISK=y
 CONFIG_DISK_WRITE=y
 CONFIG_VIDEO=y
-CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_DRIVER_VIDEO_EFI_GOP=y
 CONFIG_FINTEK_SUPERIO=y
 CONFIG_SMSC_SUPERIO=y
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-15  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-14 19:40 [PATCH] arch: x86: efi_defconfig: remove framebuffer console to fix duplicate screen chalianis1
2025-09-15  9:00 ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox