sandbox: serial: Don't sync video in SPL
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:53 +0000 (11:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commit0110f509c85de1e4bc7fff301a1194fdee4bdc5f
tree5d5cba7ab6b40e17d81a7e69dc807d45cc52403c
parent1c12bcee70d99fa4f4124a87ea965526ee164d3c
sandbox: serial: Don't sync video in SPL

SPL does not support an LCD display so there is no need to sync the video
when there is serial output.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/sandbox.c