commit | 89ee5ef88ca28564b4641fe3030af34d7c4fe0fd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 31 08:44:12 2024 -0600 |
committer | Anatolij Gustschin <agust@denx.de> | Wed Jul 31 16:56:06 2024 +0200 |
tree | 29ccb6ba1e4d046f36a291057f62d313f88cbe04 | |
parent | cc42f2c3decd5535af86717b13de87cc6a32e793 [diff] |
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>