From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 20 May 2019 13:12:28 +0200 Subject: [U-Boot] [PATCH] video: Factor out vidconsole_put_string() In-Reply-To: <20190517182231.32535-1-marex@denx.de> References: <20190517182231.32535-1-marex@denx.de> Message-ID: <20190520131228.0bff420b@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, 17 May 2019 20:22:31 +0200 Marek Vasut marex at denx.de wrote: > Pull the vidconsole_put_string() function from DM tests, make it > available to e.g. boards that want to display information on the > LCD on boot. > > Signed-off-by: Marek Vasut > Cc: Anatolij Gustschin > --- > drivers/video/vidconsole-uclass.c | 17 +++++++++++++++-- > include/video_console.h | 16 ++++++++++++++++ > test/dm/video.c | 8 -------- > 3 files changed, 31 insertions(+), 10 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij