From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 27 Oct 2017 14:15:09 +0200 Subject: [U-Boot] [PATCH] video/da8xx-fb: Cache-align memory allocations In-Reply-To: <20171027115208.30658-1-niko.mauno@vaisala.com> References: <20171027115208.30658-1-niko.mauno@vaisala.com> Message-ID: <20171027141509.62272959@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 27 Oct 2017 14:52:08 +0300 Niko Mauno niko.mauno at 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 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Anatolij Gustschin -- Anatolij