commit | 97de2685dfcb214ef9e7f092637109b02eb83db2 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Tue Apr 19 21:10:29 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 22 15:44:10 2022 -0400 |
tree | 621d2f6811b2ed591df685ba3ee55838d4e766f3 | |
parent | c1fad50853dc48cbef03648694f39b5200ee6057 [diff] |
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 <kettenis@openbsd.org>