Re: [U-Boot] [PATCH] video: cfb_console: fix hang if splashimage file is missing

2017-01-13 Thread Anatolij Gustschin
On Wed, 30 Nov 2016 14:30:59 +0100 Anatolij Gustschin ag...@denx.de wrote: > If the splash file doesn't exist, the booting stops bricking > the boards. Check return value of prepare function and stop > decoding the logo data if splash prepare stage failed. > > Signed-off-by: Anatolij Gustschin

[U-Boot] [PATCH] video: cfb_console: fix hang if splashimage file is missing

2016-11-30 Thread Anatolij Gustschin
If the splash file doesn't exist, the booting stops bricking the boards. Check return value of prepare function and stop decoding the logo data if splash prepare stage failed. Signed-off-by: Anatolij Gustschin --- drivers/video/cfb_console.c | 6 -- 1 file changed, 4