From c00ace75f2658989625d99e0a4e49f4428924555 Mon Sep 17 00:00:00 2001 From: Jonas Aaberg Date: Mon, 1 Feb 2010 08:29:27 +0100 Subject: Boottime changes. Moved generic boottime code from lib_arm to common. Boottime now internally uses us instead of ticks. Reviewed-by: Michael Brandt Signed-off-by: Jonas Aaberg Change-Id: If30d2eb384d6e82daa86c3cab7a6fd2a22baefb5 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/3053 Reviewed-by: Michael BRANDT --- lib_arm/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lib_arm/Makefile') diff --git a/lib_arm/Makefile b/lib_arm/Makefile index 5cfeba985..02933485c 100644 --- a/lib_arm/Makefile +++ b/lib_arm/Makefile @@ -44,7 +44,6 @@ COBJS-y += cache-cp15.o endif COBJS-y += interrupts.o COBJS-y += reset.o -COBJS-y += boottime.o SRCS := $(GLSOBJS:.o=.S) $(GLCOBJS:.o=.c) \ $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) -- cgit v1.2.3