From 1cd616082100f47dc2d6d73669c6aa2e5eb039ad Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 14 Feb 2013 15:53:18 -0800 Subject: ARMv7: Simplify div64 We don't need the overly complex optimized version, since we're only doing this in very few non-critical places. Also, add the div* files to the bootblock, they're needed if we do printk. Signed-off-by: Stefan Reinauer Change-Id: I83bd766d4b03b488326ade1c13b7c364a7119e7b Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/2508 Tested-by: build bot (Jenkins) --- src/arch/armv7/lib/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/armv7/lib/Makefile.inc') diff --git a/src/arch/armv7/lib/Makefile.inc b/src/arch/armv7/lib/Makefile.inc index 388864aa28..0e81c997a0 100644 --- a/src/arch/armv7/lib/Makefile.inc +++ b/src/arch/armv7/lib/Makefile.inc @@ -2,6 +2,8 @@ bootblock-y += syslib.c bootblock-$(CONFIG_EARLY_CONSOLE) += early_console.c bootblock-y += cache_v7.c bootblock-y += cache-cp15.c +bootblock-y += div0.c +bootblock-y += div64.S romstage-y += cache_v7.c romstage-y += cache-cp15.c -- cgit v1.2.3