Forked from
KED Software Projects / Miscellaneous / KED U-Boot Fork
48185 commits behind the upstream repository.
-
Andre Przywara authored
"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>
Andre Przywara authored"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>
cfb_console.c 50.38 KiB