Re: [U-Boot] [PATCH] imx: ventana: enable splashscreen support

2016-07-28 Thread Stefano Babic
Hi Tim, On 28/07/2016 23:30, Tim Harvey wrote: >> >> This is done on several boards, but I would ask if this is strictly >> required. You can already display a bmp on the screen, and it is a more >> flexible way as linked the image with U-Boot. Do you really need >> CONFIG_VIDEO_BMP_LOGO ? >> >>

Re: [U-Boot] [PATCH] imx: ventana: enable splashscreen support

2016-07-28 Thread Tim Harvey
On Thu, Jul 28, 2016 at 3:37 AM, Stefano Babic wrote: > > Hi Tim, > > On 15/07/2016 16:17, Tim Harvey wrote: > > Signed-off-by: Tim Harvey > > --- > > include/configs/gw_ventana.h | 7 --- > > tools/logos/gateworks.bmp| Bin 0 -> 56202 bytes > > 2 files changed, 4 insertions(+), 3 dele

Re: [U-Boot] [PATCH] imx: ventana: enable splashscreen support

2016-07-28 Thread Stefano Babic
Hi Tim, On 15/07/2016 16:17, Tim Harvey wrote: > Signed-off-by: Tim Harvey > --- > include/configs/gw_ventana.h | 7 --- > tools/logos/gateworks.bmp| Bin 0 -> 56202 bytes > 2 files changed, 4 insertions(+), 3 deletions(-) > create mode 100644 tools/logos/gateworks.bmp > > diff --git

[U-Boot] [PATCH] imx: ventana: enable splashscreen support

2016-07-15 Thread Tim Harvey
Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 7 --- tools/logos/gateworks.bmp| Bin 0 -> 56202 bytes 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 tools/logos/gateworks.bmp diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h i