From: Mark Kettenis Date: Tue, 19 Apr 2022 19:10:29 +0000 (+0200) Subject: arm: apple: Don't clear framebuffer X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=4a8d07114e4b5e18469d9cfc3c27a3fada9c22dd;p=u-boot.git arm: apple: Don't clear framebuffer Enable CONFIG_NO_FB_CLEAR to preserve the Asahi logo. Since that logo is drawn on a black background also enable CONFIG_SYS_WHITE_ON_BLACK such that text printed by U-Boot is still visible. Signed-off-by: Mark Kettenis --- diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig index b73e54111d..886fc4a6fe 100644 --- a/configs/apple_m1_defconfig +++ b/configs/apple_m1_defconfig @@ -13,5 +13,7 @@ CONFIG_NVME_APPLE=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_KEYBOARD=y +CONFIG_SYS_WHITE_ON_BLACK=y +CONFIG_NO_FB_CLEAR=y CONFIG_VIDEO_SIMPLE=y # CONFIG_GENERATE_SMBIOS_TABLE is not set