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@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4018 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
1233054fbe
commit
c675955f05
|
@ -17,9 +17,11 @@ default DCACHE_RAM_SIZE=16384
|
||||||
|
|
||||||
initinclude "FAMILY_INIT" cpu/ppc/ppc7xx/ppc7xx.inc
|
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
|
object cache.S
|
||||||
initobject clock.o
|
#initobject clock.o
|
||||||
initobject cache.S
|
initobject cache.S
|
||||||
|
|
||||||
dir /cpu/simple_init
|
dir /cpu/simple_init
|
||||||
|
|
Loading…
Reference in New Issue