
31 Mar
2015
31 Mar
'15
12:20 p.m.
With recent changes in mother-board firmware DMA works properly with data cache enabled. So we enable data cache for the board in defconfig to gain significant improvement in performance.
Signed-off-by: Alexey Brodkin abrodkin@synopsys.com --- configs/axs101_defconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig index e5e1d87..f6ec1f1 100644 --- a/configs/axs101_defconfig +++ b/configs/axs101_defconfig @@ -1,5 +1,4 @@ CONFIG_ARC=y -CONFIG_SYS_DCACHE_OFF=y CONFIG_ARC_CACHE_LINE_SHIFT=5 CONFIG_TARGET_AXS101=y CONFIG_SYS_TEXT_BASE=0x81000000
--
2.1.0