Re: [PATCH] arm: apple: Don't clear framebuffer

2022-04-23 Thread Tom Rini
On Tue, Apr 19, 2022 at 09:10:29PM +0200, Mark Kettenis wrote: > 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

[PATCH] arm: apple: Don't clear framebuffer

2022-04-19 Thread Mark Kettenis
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 --- configs/apple_m1_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff