diff options
author | Michal Simek <monstr@monstr.eu> | 2012-06-29 13:42:28 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2012-07-10 11:54:06 +0200 |
commit | 779bf42c2a278b2a2f8a4d9e4869c237d0a8742a (patch) | |
tree | fb7a5c1b389ec413a7b0518f3fba26dee3849c99 /arch/microblaze/lib/Makefile | |
parent | 36c7e6efb372848edbbcd16c196003d0d93c2e2a (diff) |
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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/lib/Makefile b/arch/microblaze/lib/Makefile index de0a7d36c9..7730695be4 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)) |