Andre Przywara 1d4ed26faf 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: Andre Przywara <andre.przywara@arm.com>
2017-03-07 21:18:23 +01:00
..
2015-09-11 17:15:32 -04:00
2015-06-10 19:26:54 -06:00
2016-10-23 18:33:48 -04:00
2013-10-30 10:48:41 +01:00
2016-03-17 10:27:26 +08:00
2016-12-16 17:15:27 +01:00
2016-10-23 18:33:43 -04:00
2016-01-21 20:42:36 -07:00