Re: [U-Boot] [PATCH 1/2] video: test: Helper for writing strings

2017-09-29 Thread Anatolij Gustschin
On Mon, 25 Sep 2017 15:45:08 -0400 Rob Clark robdcl...@gmail.com wrote: > 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

[U-Boot] [PATCH 1/2] video: test: Helper for writing strings

2017-09-25 Thread Rob Clark
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 --- test/dm/video.c | 24 1 file changed, 12