Skip to content
Snippets Groups Projects
Commit 4a8d0711 authored by Mark Kettenis's avatar Mark Kettenis Committed by Tom Rini
Browse files

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: default avatarMark Kettenis <kettenis@openbsd.org>
parent 85f8e03b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment