video: Factor out vidconsole_put_string()
authorMarek Vasut <marex@denx.de>
Fri, 17 May 2019 18:22:31 +0000 (20:22 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 20 May 2019 10:00:05 +0000 (12:00 +0200)
commite63168a9ffae18f807f59925bb5d9d4623633e46
tree7dfc643cd5bb6cccc7725870098c36f25216b29c
parentb5e1a82e924d18d4134757e39a1f26e473f80e0b
video: Factor out vidconsole_put_string()

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 <marex@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
drivers/video/vidconsole-uclass.c
include/video_console.h
test/dm/video.c