Re: [U-Boot] [PATCH 6/6] arm: mvebu: Don't enable d-cache on A375

2016-04-04 Thread Stefan Roese
On 15.03.2016 17:35, Stefan Roese wrote: Armada 375 still has some problems with d-cache enabled in the ethernet driver (mvpp2). So lets keep the d-cache disabled until this is solved. Signed-off-by: Stefan Roese Cc: Luka Perkov Applied to u-boot-marvell/master. Thanks, Stefan

[U-Boot] [PATCH 6/6] arm: mvebu: Don't enable d-cache on A375

2016-03-15 Thread Stefan Roese
Armada 375 still has some problems with d-cache enabled in the ethernet driver (mvpp2). So lets keep the d-cache disabled until this is solved. Signed-off-by: Stefan Roese Cc: Luka Perkov --- arch/arm/mach-mvebu/cpu.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git