Re: [U-Boot] [PATCH v3 2/3] bcm2835 video: Map frame buffer as 32bpp

2016-11-05 Thread Stephen Warren
On 11/02/2016 03:36 AM, Alexander Graf wrote: To enable working efifb support, let's map the frame buffer as 32bpp instead of 16bpp. Hmmm. I feel like there was some good reason why I picked 16bpp when I first wrote this, especially since I had to add 16bpp support into the kernel's simplefb

[U-Boot] [PATCH v3 2/3] bcm2835 video: Map frame buffer as 32bpp

2016-11-02 Thread Alexander Graf
To enable working efifb support, let's map the frame buffer as 32bpp instead of 16bpp. Signed-off-by: Alexander Graf --- drivers/video/bcm2835.c | 6 +++--- include/configs/rpi.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/bcm2835.c