commit | 4a8d07114e4b5e18469d9cfc3c27a3fada9c22dd | [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 | 85f8e03b2a9bae37284b57ca571b7037e904c5d3 [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>