Re: [U-Boot] [PATCH v2 3/3] video: speedup writing strings to fb console

2014-10-30 Thread Anatolij Gustschin
On Fri, 24 Oct 2014 16:33:30 +0200 Soeren Moch wrote: > 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 h

Re: [U-Boot] [PATCH v2 3/3] video: speedup writing strings to fb console

2014-10-30 Thread Stefano Babic
Hi, On 24/10/2014 16:33, Soeren Moch wrote: > 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 framebu

[U-Boot] [PATCH v2 3/3] video: speedup writing strings to fb console

2014-10-26 Thread Soeren Moch
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 --- Cc: Stefano Babi