Re: [U-Boot] [PATCH 02/11] video: Allocate the MXSFB framebuffer aligned

2013-08-09 Thread Anatolij Gustschin
On Tue, 30 Jul 2013 23:37:52 +0200 Marek Vasut wrote: > Allocate the framebuffer aligned so it can be flushed > and the flush_dcache_range() function won't complain. > > Signed-off-by: Marek Vasut > Cc: Anatolij Gustschin > Cc: Fabio Estevam > Cc: Otavio Salvador > Cc: Stefano Babic > --- >

[U-Boot] [PATCH 02/11] video: Allocate the MXSFB framebuffer aligned

2013-07-30 Thread Marek Vasut
Allocate the framebuffer aligned so it can be flushed and the flush_dcache_range() function won't complain. Signed-off-by: Marek Vasut Cc: Anatolij Gustschin Cc: Fabio Estevam Cc: Otavio Salvador Cc: Stefano Babic --- drivers/video/mxsfb.c |3 ++- 1 file changed, 2 insertions(+), 1 delet