From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 9 Jun 2017 15:36:43 +0200 Subject: [U-Boot] [PATCH] video: atmel_hlcdfb: Fix misaligned cache operation warning In-Reply-To: <20170602032904.29911-1-wenyou.yang@atmel.com> References: <20170602032904.29911-1-wenyou.yang@atmel.com> Message-ID: <20170609153643.17a026fa@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, 2 Jun 2017 11:29:04 +0800 Wenyou Yang wenyou.yang at atmel.com wrote: > Fix the warning, > ---8<--- > CACHE: Misaligned operation at range [3fdffff0, 3fdffffc] > ---<8--- > > Signed-off-by: Wenyou Yang > --- > > drivers/video/atmel_hlcdfb.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij