Re: [U-Boot] [PATCH v3 6/8] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

2017-05-14 Thread Dr. Philipp Tomsich
Changes in v3: - SYS_WHITE_ON_BLACK has been migrated to KConfig (upstream) and is on by default. > On 14 May 2017, at 11:13, Simon Glass wrote: > > Hi Philipp, > > On 5 May 2017 at 13:48, Philipp Tomsich >

Re: [U-Boot] [PATCH v3 6/8] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

2017-05-14 Thread Simon Glass
Hi Philipp, On 5 May 2017 at 13:48, Philipp Tomsich wrote: > With video output support for the RK3399-Q7 (Puma) available, we want > CMD_BMP enabled and the support for 16bit, 24bit and 32bit BMPs > defined. > > Signed-off-by: Philipp Tomsich

[U-Boot] [PATCH v3 6/8] rockchip: board: puma_rk3399: enable BMP_16BPP, BMP_24BPP and BMP_32BPP

2017-05-05 Thread Philipp Tomsich
With video output support for the RK3399-Q7 (Puma) available, we want CMD_BMP enabled and the support for 16bit, 24bit and 32bit BMPs defined. Signed-off-by: Philipp Tomsich --- Changes in v3: None Changes in v2: - enable SYS_WHITE_ON_BLACK via defconfig