From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 13 Jan 2017 20:23:25 +0100 Subject: [U-Boot] [PATCH] video: cfb_console: fix hang if splashimage file is missing In-Reply-To: <1480512659-8710-1-git-send-email-agust@denx.de> References: <1480512659-8710-1-git-send-email-agust@denx.de> Message-ID: <20170113202325.351d741b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 30 Nov 2016 14:30:59 +0100 Anatolij Gustschin agust at 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 > --- > drivers/video/cfb_console.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) applied to u-boot-video/master. -- Anatolij