commit | 2b99fd8bbfd4f20bcfaf85b9dff19af01c1a626a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 15 11:58:58 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 16 12:17:02 2023 -0400 |
tree | 0b1b5fa6614100e01cb14540ccd674a8a1f8cf13 | |
parent | a122030acdac92a7a1c78ce03b7777eeaa7db1c5 [diff] |
Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function") This reverts commit 9f62a472dfb26ec14408a27938ddd2a25700009d. The changes here aren't quite right, and on platforms such as Raspberry Pi where we can have both serial and video output, the change above causes output to change. This can be seen as the hush tests we have now fail. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>