diff options
author | Vlad Zakharov <vzakhar@synopsys.com> | 2017-03-21 14:49:49 +0300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-29 07:38:11 +0200 |
commit | 1c694102a56895b7aea636f026955cc5d7ee340d (patch) | |
tree | 417a20db2bc9bb97bcc54b5d96dc7b1ccd192d6a /configs | |
parent | 7c760f6021b7a7a37f8a4b8741ce032bb0afc620 (diff) |
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 'configs')
-rw-r--r-- | configs/axs101_defconfig | 1 | ||||
-rw-r--r-- | configs/axs103_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig index b2d4bcabde..1af505d9eb 100644 --- a/configs/axs101_defconfig +++ b/configs/axs101_defconfig @@ -19,7 +19,6 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y -CONFIG_CLK=y CONFIG_SYS_I2C_DW=y CONFIG_MMC=y CONFIG_MMC_DW=y diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 431eaa43c5..fb8e72ff6c 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -18,7 +18,6 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y -CONFIG_CLK=y CONFIG_SYS_I2C_DW=y CONFIG_MMC=y CONFIG_MMC_DW=y |