summaryrefslogtreecommitdiff
path: root/src/mainboard/totalimpact/briq/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/totalimpact/briq/Config.lb')
-rw-r--r--src/mainboard/totalimpact/briq/Config.lb49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/mainboard/totalimpact/briq/Config.lb b/src/mainboard/totalimpact/briq/Config.lb
deleted file mode 100644
index c380a86848..0000000000
--- a/src/mainboard/totalimpact/briq/Config.lb
+++ /dev/null
@@ -1,49 +0,0 @@
-##
-## Config file for the Total Impact briQ
-##
-
-##
-## Early board initialization, called from ppc_main()
-##
-initobject init.o
-initobject clock.o
-
-##
-## Stage 2 timer support
-##
-object clock.o
-
-arch ppc end
-
-if CONFIG_BRIQ_750FX
-dir /cpu/ppc/ppc7xx
-end
-if CONFIG_BRIQ_7400
-dir /cpu/ppc/mpc74xx
-end
-
-##
-## Include the secondary Configuration files
-##
-chip northbridge/ibm/cpc710
- device pci_domain 0 on # 32bit pci bridge
- device pci 0.0 on
- chip southbridge/winbond/w83c553
- # FIXME The function numbers are ok but the device id is wrong here!
- device pci 0.0 on end # pci to isa bridge
- device pci 0.1 on end # pci ide controller
- end
- end
- end
- device cpu_bus 0 on
- # chip cpu/ppc/ppc7xx
- # device cpu 0 on end
- # end
- end
-end
-
-##
-## Build the objects we have code for in this directory.
-##
-
-addaction coreboot.a "$(CONFIG_CROSS_COMPILE)ranlib coreboot.a"