mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
done in C now
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1284 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4d7b729e4b
commit
29581a3473
1 changed files with 5 additions and 8 deletions
|
@ -1,14 +1,11 @@
|
||||||
#
|
#
|
||||||
# Objects linked with linuxbios
|
# Objects linked with linuxbios
|
||||||
#
|
#
|
||||||
initobject i2c.o
|
|
||||||
|
# We need sdram_init() in ppc_main()
|
||||||
initobject meminfo.o
|
initobject meminfo.o
|
||||||
initobject mpc107.o
|
initobject mpc107.o
|
||||||
#object mpc107_smp.o
|
|
||||||
#object mpc107_utils.S
|
|
||||||
|
|
||||||
#
|
# We need sizeram() in hardwaremain()
|
||||||
# Included in crt0.S
|
object meminfo.o
|
||||||
#
|
object mpc107.o
|
||||||
#initinclude "NORTHBRIDGE_INIT" northbridge/motorola/mpc107/mpc107_init.inc
|
|
||||||
#initinclude "NORTHBRIDGE_INIT" northbridge/motorola/mpc107/mpc107_utils.inc
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue