mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix bootsplash patch
This commit is contained in:
@@ -55,8 +55,8 @@ index f36829eeb5a9..0cc2a36b674a 100644
|
||||
ops->graphics = 0;
|
||||
|
||||
-#ifdef CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION
|
||||
if ((info->flags & FBINFO_HWACCEL_COPYAREA) &&
|
||||
!(info->flags & FBINFO_HWACCEL_DISABLED))
|
||||
if ((cap & FBINFO_HWACCEL_COPYAREA) &&
|
||||
!(cap & FBINFO_HWACCEL_DISABLED))
|
||||
p->scrollmode = SCROLL_MOVE;
|
||||
else /* default to something safe */
|
||||
p->scrollmode = SCROLL_REDRAW;
|
||||
|
||||
Reference in New Issue
Block a user