summaryrefslogtreecommitdiff
path: root/include/configs/axs10x.h
diff options
context:
space:
mode:
authorVlad Zakharov <vzakhar@synopsys.com>2017-03-21 11:49:49 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2017-03-24 11:47:52 (GMT)
commit3daa7c7b831ddeed0e490a899710a58691ee20c3 (patch)
tree0d7bfbccd9a92bc5484e48ac707f3fccd9275916 /include/configs/axs10x.h
parent0c77092e8163c716b637cffe681e4556db17ac31 (diff)
downloadu-boot-3daa7c7b831ddeed0e490a899710a58691ee20c3.tar.xz
arc: use timer driver for ARC boards
This commit replaces legacy timer code with usage of arc timer driver. It removes arch/arc/lib/time.c file and selects CONFIG_CLK, CONFIG_TIMER and CONFIG_ARC_TIMER options for all ARC boards by default. Therefore we remove CONFIG_CLK option from less common axs101 and axs103 defconfigs. Also it removes legacy CONFIG_SYS_TIMER_RATE config symbol from axs10x.h, tb100.h and nsim.h configs files as it is no longer required. Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/axs10x.h')
-rw-r--r--include/configs/axs10x.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h
index d60db65..768e8fb 100644
--- a/include/configs/axs10x.h
+++ b/include/configs/axs10x.h
@@ -11,8 +11,6 @@
/*
* CPU configuration
*/
-#define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ
-
#define ARC_FPGA_PERIPHERAL_BASE 0xE0000000
#define ARC_APB_PERIPHERAL_BASE 0xF0000000
#define ARC_DWMMC_BASE (ARC_FPGA_PERIPHERAL_BASE + 0x15000)