summaryrefslogtreecommitdiff
path: root/src/mainboard/sunw/ultra40/chip.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2006-08-09 02:21:49 +0000
committerRonald G. Minnich <rminnich@gmail.com>2006-08-09 02:21:49 +0000
commit08af3f535dd4446857e378b5dd87eb8ce35f823b (patch)
treef2b9bb3333d0f4f5ffeca8becee256f050e51e67 /src/mainboard/sunw/ultra40/chip.h
parente53d03c2113ea08e3b604341835504c49333b95b (diff)
downloadcoreboot-08af3f535dd4446857e378b5dd87eb8ce35f823b.tar.xz
mods for the ultra40 bringup. This now builds.
amd gx2 north -- don't set anything in the north, it conflicts with vsa settings. So we have our own pci_set_resources that is essentially a no-op -- just calls the kids. olpc rev_a config -- DISABLE the compressed rom stream. This SHOULD NOT have been set -- it is untested and caused real trouble. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2369 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/sunw/ultra40/chip.h')
-rw-r--r--src/mainboard/sunw/ultra40/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/sunw/ultra40/chip.h b/src/mainboard/sunw/ultra40/chip.h
index 350f4a6369..bd7b8634bc 100644
--- a/src/mainboard/sunw/ultra40/chip.h
+++ b/src/mainboard/sunw/ultra40/chip.h
@@ -1,6 +1,6 @@
-extern struct chip_operations mainboard_tyan_s2895_ops;
+extern struct chip_operations mainboard_sunw_ultra40_ops;
-struct mainboard_tyan_s2895_config {
+struct mainboard_sunw_ultra40_config {
// int fixup_scsi;
// int fixup_vga;
};