video: do video_sync with lcdputs

Change-Id: I7d239c86b314e693bf97ec25cbab3e6b132b4fc3
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
Mark Yao 2017-09-04 10:41:16 +08:00 committed by Kever Yang
parent 4cfbff4dd7
commit d4bafcc833
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ static int do_video_puts(cmd_tbl_t *cmdtp, int flag, int argc,
return CMD_RET_FAILURE;
for (s = argv[1]; *s; s++)
vidconsole_put_char(dev, *s);
video_sync(dev->parent);
return 0;
}