From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 29 Sep 2017 21:51:28 +0200 Subject: [U-Boot] [PATCH 1/2] video: test: Helper for writing strings In-Reply-To: <20170925194511.15872-1-robdclark@gmail.com> References: <20170925194511.15872-1-robdclark@gmail.com> Message-ID: <20170929215128.30c1abdf@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 Mon, 25 Sep 2017 15:45:08 -0400 Rob Clark robdclark at 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 > --- > test/dm/video.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij