]> git.baikalelectronics.ru Git - uboot.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)
commita429104640f9fd0ad40dfd81de41bfe3d86bcb75
tree417a20db2bc9bb97bcc54b5d96dc7b1ccd192d6a
parent1c344e0813c605cc5005298a52809695e5f36d84
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