From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 29 Oct 2017 14:49:42 +0100 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: <20171029144942.29a1b2e5@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(-) Applied to u-boot-video/master, thanks! -- Anatolij