commit | d37e96ecb9886714e0b5e167a91404cde8351b19 | [log] [tgz] |
---|---|---|
author | Soeren Moch <smoch@web.de> | Fri Oct 24 16:33:30 2014 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Thu Oct 30 21:45:25 2014 +0100 |
tree | 7167d4347f996465c529cd757612ad110cc2d455 | |
parent | 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6 [diff] |
video: speedup writing strings to fb console With enabled framebuffer console the printenv command can take several seconds to complete. This patch temporarily disables cache flush when writing strings to fb console. Then there is no noticable delay anymore. Tested with imx6 hdmi framebuffer. Signed-off-by: Soeren Moch <smoch@web.de> Acked-by: Stefano Babic <sbabic@denx.de>