]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: test: Helper for writing strings
authorRob Clark <robdclark@gmail.com>
Mon, 25 Sep 2017 19:45:08 +0000 (15:45 -0400)
committerAnatolij Gustschin <agust@denx.de>
Fri, 29 Sep 2017 15:58:45 +0000 (17:58 +0200)
commita7495ac87245e267221bcbdf77f0c18faa71e140
tree7f7bb5c23331c28d2b7f9523e939835001378c70
parent703d885c228074fb24b4d51673a9422fac49fa9b
video: test: Helper for writing strings

I'll need some more of this, let's not just copy-pasta the
vidconsole_put_char() loop.

Named to match vidconsole_put_char() in case that is ever useful
outside of the tests.

Signed-off-by: Rob Clark <robdclark@gmail.com>
test/dm/video.c