From 40599239e7875b39e2a5c12e6545992041c72c52 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 24 Oct 2008 22:48:47 -0400 Subject: Blackfin: cache core/system clock values Calculating the clocks requires a bit of calls to gcc math functions, so cache the values after the first run since they'll most likely never change once U-Boot is up and running. Signed-off-by: Mike Frysinger --- lib_blackfin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib_blackfin/Makefile') diff --git a/lib_blackfin/Makefile b/lib_blackfin/Makefile index 93f7d4f10..46ef7f331 100644 --- a/lib_blackfin/Makefile +++ b/lib_blackfin/Makefile @@ -39,6 +39,7 @@ SOBJS-y += memset.o COBJS-y += board.o COBJS-y += boot.o COBJS-y += cache.o +COBJS-y += clocks.o COBJS-y += muldi3.o COBJS-$(CONFIG_POST) += post.o tests.o COBJS-y += string.o -- cgit v1.2.3