From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 15:51:14 +0200 Subject: [PATCH 03/26] video: Show an error when a vidconsole function fails In-Reply-To: <20200519231058.19945-4-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-4-sjg@chromium.org> Message-ID: <20200522155114.24413751@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 Tue, 19 May 2020 17:10:35 -0600 Simon Glass sjg at chromium.org wrote: > At present these functions fail silently even when debugging, which is not > very helpful. Add a way to print a message to the serial output when an > error is detected. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin