From c675955f05411a78e7eec46faa5ce7ffd9bf481d Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 19 Mar 2009 01:13:01 +0000 Subject: fix totalimpact briq compilation. the target had a cpu specific and a mainboard specific clock.c. Since no other target uses the same cpu, I commented out the CPU's clock.c. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4018 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/ppc/ppc7xx/Config.lb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/cpu/ppc') diff --git a/src/cpu/ppc/ppc7xx/Config.lb b/src/cpu/ppc/ppc7xx/Config.lb index d6e64b379b..521045b1bc 100644 --- a/src/cpu/ppc/ppc7xx/Config.lb +++ b/src/cpu/ppc/ppc7xx/Config.lb @@ -17,9 +17,11 @@ default DCACHE_RAM_SIZE=16384 initinclude "FAMILY_INIT" cpu/ppc/ppc7xx/ppc7xx.inc -object clock.o +# Only TotalImpact Briq uses the ppc7xx and it brings its own clock.o +# so we comment this out for now: +# object clock.o object cache.S -initobject clock.o +#initobject clock.o initobject cache.S dir /cpu/simple_init -- cgit v1.2.3