Re: [U-Boot] [PATCH] video/da8xx-fb: Cache-align memory allocations

2017-10-29 Thread Anatolij Gustschin
On Fri, 27 Oct 2017 14:52:08 +0300 Niko Mauno niko.ma...@vaisala.com wrote: > Resort to malloc_cache_aligned() rather than malloc() which also removes > 'CACHE: Misaligned operation at range' warnings. > > Signed-off-by: Niko Mauno > --- > drivers/video/da8xx-fb.c | 8

[U-Boot] [PATCH] video/da8xx-fb: Cache-align memory allocations

2017-10-27 Thread Niko Mauno
Resort to malloc_cache_aligned() rather than malloc() which also removes 'CACHE: Misaligned operation at range' warnings. Signed-off-by: Niko Mauno --- drivers/video/da8xx-fb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [U-Boot] [PATCH] video/da8xx-fb: Cache-align memory allocations

2017-10-27 Thread Anatolij Gustschin
On Fri, 27 Oct 2017 14:52:08 +0300 Niko Mauno niko.ma...@vaisala.com wrote: > Resort to malloc_cache_aligned() rather than malloc() which also removes > 'CACHE: Misaligned operation at range' warnings. > > Signed-off-by: Niko Mauno > --- > drivers/video/da8xx-fb.c | 8