From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 19 May 2017 16:53:07 +0200 Subject: [U-Boot] [PATCH 01/26] dm: video: Sync display on backspace In-Reply-To: <20170519143109.21683-2-sjg@chromium.org> References: <20170519143109.21683-1-sjg@chromium.org> <20170519143109.21683-2-sjg@chromium.org> Message-ID: <20170519165307.2191fe96@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 Fri, 19 May 2017 08:30:44 -0600 Simon Glass sjg at chromium.org wrote: > We should sync the display (e.g. flush cache) when backspace is pressed > to ensure that the character is erased correctly. > > Signed-off-by: Simon Glass > --- > > drivers/video/vidconsole-uclass.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Anatolij Gustschin