Skip to content

Commit

Permalink
arm: apple: Don't clear framebuffer
Browse files Browse the repository at this point in the history
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 <kettenis@openbsd.org>
  • Loading branch information
kettenis committed Mar 4, 2022
1 parent ce87ba6 commit 058c0bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/apple_m1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ CONFIG_DEBUG_UART_ANNOUNCE=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 comments on commit 058c0bf

Please sign in to comment.