Rename almost all occurences of LinuxBIOS to coreboot.
[coreboot.git] / src / northbridge / motorola / mpc107 / Config.lb
index c6a957c55bf6cbe18f7bbe76c75afcbc143e23af..83e7b3d0b3808ea84d7f0eaf67ff43b0d86db81b 100644 (file)
@@ -1,14 +1,10 @@
 #
-# Objects linked with linuxbios
+# Objects linked with coreboot
 #
-object i2c.o
-object meminfo.o
-object mpc107.o
-object mpc107_smp.o
-object mpc107_utils.S
 
-#
-# Included in crt0.S
-#
-initinclude "NORTHBRIDGE_INIT" northbridge/motorola/mpc107/mpc107_init.inc
-initinclude "NORTHBRIDGE_INIT" northbridge/motorola/mpc107/mpc107_utils.inc
+config chip.h
+# We need sdram_init() in ppc_main()
+initobject meminfo.o
+initobject mpc107.o
+
+object mpc107_northbridge.c