summaryrefslogtreecommitdiff
path: root/arch/microblaze/lib/Makefile
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2012-06-29 11:42:28 (GMT)
committerMichal Simek <monstr@monstr.eu>2012-07-10 09:54:06 (GMT)
commit779bf42c2a278b2a2f8a4d9e4869c237d0a8742a (patch)
treefb7a5c1b389ec413a7b0518f3fba26dee3849c99 /arch/microblaze/lib/Makefile
parent36c7e6efb372848edbbcd16c196003d0d93c2e2a (diff)
downloadu-boot-779bf42c2a278b2a2f8a4d9e4869c237d0a8742a.tar.xz
microblaze: Move __udelay implementation
Move __udelay to the timer code because of unification. And clean coding style because of checkpatch.pl. Signed-off-by: Michal Simek <monstr@monstr.eu> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/microblaze/lib/Makefile')
-rw-r--r--arch/microblaze/lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/lib/Makefile b/arch/microblaze/lib/Makefile
index de0a7d3..7730695 100644
--- a/arch/microblaze/lib/Makefile
+++ b/arch/microblaze/lib/Makefile
@@ -29,7 +29,6 @@ SOBJS-y +=
COBJS-y += board.o
COBJS-y += bootm.o
-COBJS-y += time.o
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))