Skip to content
Snippets Groups Projects
Commit 1d4ed26f authored by Andre Przywara's avatar Andre Przywara Committed by Anatolij Gustschin
Browse files

video: cfb_console: fix 32-bit display on 64-bit architectures


"unsigned long" is a lousy data type when it comes to match peripheral
hardware registers with a fixed size.
Just do the obvious and match a 32-bit display format with an "u32"
data type for casting.
This fixes the logo display on 64-bit architectures, which produced
a black line on the right side of the logo with non-black backgrounds.

Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
parent 3fd2b3aa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment