Re: [U-Boot] rpi: Enable command bmp

2018-12-03 Thread Alexander Graf
On 02.12.18 23:02, Alexander Graf wrote: >> This patch enables the bmp command (with gzip support enabled) on all >> Raspberry Pi boards. >> >> The value of CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (required by >> CONFIG_VIDEO_BMP_GZIP) is set to match resolution of the "official" >> 7 inch LCD. >> >> Sign

Re: [U-Boot] rpi: Enable command bmp

2018-12-02 Thread Alexander Graf
> This patch enables the bmp command (with gzip support enabled) on all > Raspberry Pi boards. > > The value of CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (required by > CONFIG_VIDEO_BMP_GZIP) is set to match resolution of the "official" > 7 inch LCD. > > Signed-off-by: Adam Heinrich > Cc: Alexander Graf