]> git.ipfire.org Git - people/ms/u-boot.git/commit
arc: use timer driver for ARC boards
authorVlad Zakharov <vzakhar@synopsys.com>
Tue, 21 Mar 2017 11:49:49 +0000 (14:49 +0300)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:38:11 +0000 (07:38 +0200)
commit1c694102a56895b7aea636f026955cc5d7ee340d
tree417a20db2bc9bb97bcc54b5d96dc7b1ccd192d6a
parent7c760f6021b7a7a37f8a4b8741ce032bb0afc620
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>
arch/Kconfig
arch/arc/lib/Makefile
arch/arc/lib/timer.c [deleted file]
configs/axs101_defconfig
configs/axs103_defconfig
include/configs/axs10x.h
include/configs/nsim.h
include/configs/tb100.h