[U-Boot] [PATCH] axs101: Enable data cache

21 Apr
2017
21 Apr
'17
10:11 a.m.
There's no reason to keep data cache disabled in axs101 board any longer, enabling it.
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 1af505d9ebc4..b9ea1c6dea21 100644 --- a/configs/axs101_defconfig +++ b/configs/axs101_defconfig @@ -1,5 +1,4 @@ CONFIG_ARC=y -CONFIG_SYS_DCACHE_OFF=y CONFIG_TARGET_AXS101=y CONFIG_SYS_TEXT_BASE=0x81000000 CONFIG_SYS_CLK_FREQ=750000000
--
2.7.4
2939
Age (days ago)
2939
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexey Brodkin