Re: [U-Boot] [PATCH 3/5] arm1176/cpu: Align cache flushing addresses to cacheline size

2015-07-10 Thread Stephen Warren
On 07/04/2015 03:48 AM, Alexander Stein wrote: cache flushing addresses must be cacheline size aligned, so mask the start and stop address appropriately. As mentioned elsewhere, NAK. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 3/5] arm1176/cpu: Align cache flushing addresses to cacheline size

2015-07-04 Thread Alexander Stein
cache flushing addresses must be cacheline size aligned, so mask the start and stop address appropriately. Signed-off-by: Alexander Stein alexander...@web.de --- arch/arm/cpu/arm1176/cpu.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/cpu/arm1176/cpu.c