git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f8e03
)
arm: apple: Don't clear framebuffer
author
Mark Kettenis
<kettenis@openbsd.org>
Tue, 19 Apr 2022 19:10:29 +0000
(21:10 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 22 Apr 2022 19:44:10 +0000
(15:44 -0400)
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>
configs/apple_m1_defconfig
patch
|
blob
|
history
diff --git
a/configs/apple_m1_defconfig
b/configs/apple_m1_defconfig
index
b73e541
..
886fc4a
100644
(file)
--- 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