Skip to content
Snippets Groups Projects
Commit be135cc5 authored by Soeren Moch's avatar Soeren Moch Committed by Tom Rini
Browse files

Revert "console: simplify puts()"


This reverts commit c61d0009.

A tbs2910 board user reported a very slow console frambuffer as
regression in current u-boot. I could bisect this down to the
above mentioned commit.

This revert brings back the fast framebuffer console (one
cache flush per string in puts(), not after each char).

Reported-by: default avatarUwe Scheffler <scheffler.u@web.de>
Signed-off-by: default avatarSoeren Moch <smoch@web.de>
Tested-by: default avatarUwe Scheffler <scheffler.u@web.de>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent ae147ab4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment