[U-Boot] [PATCH] arc: AXS101 - enable data cache
Alexey Brodkin
Alexey.Brodkin at synopsys.com
Tue Mar 31 12:20:46 CEST 2015
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 at 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
More information about the U-Boot
mailing list