]> git.ipfire.org Git - people/ms/u-boot.git/commit
video/da8xx-fb: Cache-align memory allocations
authorNiko Mauno <niko.mauno@vaisala.com>
Fri, 27 Oct 2017 11:52:08 +0000 (14:52 +0300)
committerAnatolij Gustschin <agust@denx.de>
Sun, 29 Oct 2017 13:33:24 +0000 (14:33 +0100)
commit963be689373914e7397f5cd6c610962d3601a711
treeb5df6eb8d225d3d6cb5895fe9a157e4086901fc1
parent1d7eef3f3fbd82796a4ced3adda0a9041393141d
video/da8xx-fb: Cache-align memory allocations

Resort to malloc_cache_aligned() rather than malloc() which also removes
'CACHE: Misaligned operation at range' warnings.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
drivers/video/da8xx-fb.c