diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-08 21:17:42 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 07:28:50 +0800 |
commit | fea7f3aa3e5644b702be15d9076fe7b4b73db668 (patch) | |
tree | 62a96450a01f95286ab1fdda19940019a78eb097 /arch/nios2/lib/Makefile | |
parent | 51068bcfc977538e3d3e1e32d9fccd0e1cacc501 (diff) | |
download | u-boot-fea7f3aa3e5644b702be15d9076fe7b4b73db668.tar.gz |
nios2: Switch to generic timer
Zap almost all of the ad-hoc timer code from interrupts.c and
use the code in lib/time.c instead.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'arch/nios2/lib/Makefile')
-rw-r--r-- | arch/nios2/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/lib/Makefile b/arch/nios2/lib/Makefile index 079378a905..e35d2e92a2 100644 --- a/arch/nios2/lib/Makefile +++ b/arch/nios2/lib/Makefile @@ -8,4 +8,3 @@ obj-y += cache.o obj-$(CONFIG_CMD_BOOTM) += bootm.o obj-y += libgcc.o -obj-y += time.o |