[coreboot] r4018 - trunk/coreboot-v2/src/cpu/ppc/ppc7xx

svn at coreboot.org svn at coreboot.org
Thu Mar 19 02:13:01 CET 2009


Author: stepan
Date: 2009-03-19 02:13:01 +0100 (Thu, 19 Mar 2009)
New Revision: 4018

Modified:
   trunk/coreboot-v2/src/cpu/ppc/ppc7xx/Config.lb
Log:
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 <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/cpu/ppc/ppc7xx/Config.lb
===================================================================
--- trunk/coreboot-v2/src/cpu/ppc/ppc7xx/Config.lb	2009-03-18 16:25:34 UTC (rev 4017)
+++ trunk/coreboot-v2/src/cpu/ppc/ppc7xx/Config.lb	2009-03-19 01:13:01 UTC (rev 4018)
@@ -17,9 +17,11 @@
 
 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





More information about the coreboot mailing list