mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 00:17:23 +00:00
configs: apple_m1: set NO_FB_CLEAR & SYS_WHITE_ON_BLACK
This hands of better from m1n1, keeping the main logo on screen. Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
7857af5b78
commit
def49065be
1 changed files with 2 additions and 0 deletions
|
@ -17,4 +17,6 @@ CONFIG_USB_XHCI_HCD=y
|
|||
CONFIG_USB_XHCI_DWC3=y
|
||||
CONFIG_USB_KEYBOARD=y
|
||||
CONFIG_VIDEO_SIMPLE=y
|
||||
CONFIG_NO_FB_CLEAR=y
|
||||
CONFIG_SYS_WHITE_ON_BLACK=y
|
||||
# CONFIG_GENERATE_SMBIOS_TABLE is not set
|
||||
|
|
Loading…
Reference in a new issue