diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-11-20 16:44:42 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-12-10 23:11:35 +0900 |
commit | e9d5f35497885b3c65d494d09a525d443dcccd3b (patch) | |
tree | e901d5beed8b8faa66bbe7b797db79fde5402a6a /cpu/sh2/Makefile | |
parent | b81786cff476c41e332eaeb679158f6527cd67d4 (diff) | |
download | u-boot-imx-e9d5f35497885b3c65d494d09a525d443dcccd3b.zip u-boot-imx-e9d5f35497885b3c65d494d09a525d443dcccd3b.tar.gz u-boot-imx-e9d5f35497885b3c65d494d09a525d443dcccd3b.tar.bz2 |
sh: Update sh timer function
Change to write/readX function and fix timer problem.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'cpu/sh2/Makefile')
-rw-r--r-- | cpu/sh2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh2/Makefile b/cpu/sh2/Makefile index 50f6720..e33ba0f 100644 --- a/cpu/sh2/Makefile +++ b/cpu/sh2/Makefile @@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o -OBJS = cpu.o interrupts.o watchdog.o time.o # cache.o +OBJS = cpu.o interrupts.o watchdog.o all: .depend $(START) $(LIB) |