]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Drop video-sync in serial driver
authorSimon Glass <sjg@chromium.org>
Wed, 31 Jul 2024 14:44:12 +0000 (08:44 -0600)
committerAnatolij Gustschin <agust@denx.de>
Wed, 31 Jul 2024 14:56:06 +0000 (16:56 +0200)
commit521d377f7852c037e338c66756982084b1cb0132
tree29ccb6ba1e4d046f36a291057f62d313f88cbe04
parent47ef76d6dd23fa0a28608b4a5ff438dea7fa10db
sandbox: Drop video-sync in serial driver

With sandbox, when U-Boot is waiting for input it syncs the video
display, since presumably the user has finished typing.

Now that cyclic is used for video syncing, we can drop this. Cyclic
will automatically call the video_idle() function when idle.

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