From 8b82dd9adde852dd506af39dc74ddc59f5295cb7 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 2 Nov 2016 10:36:19 +0100 Subject: bcm2835 video: Map frame buffer as 32bpp To enable working efifb support, let's map the frame buffer as 32bpp instead of 16bpp. Signed-off-by: Alexander Graf Acked-by: Stephen Warren --- include/configs/rpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/configs/rpi.h b/include/configs/rpi.h index fa959ef7e34..4406366b186 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -71,7 +71,7 @@ #define CONFIG_BCM2835_GPIO /* LCD */ #define CONFIG_LCD_DT_SIMPLEFB -#define LCD_BPP LCD_COLOR16 +#define LCD_BPP LCD_COLOR32 /* * Prevent allocation of RAM for FB; the real FB address is queried * dynamically from the VideoCore co-processor, and comes from RAM -- cgit v1.3.1