summaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-10-23 15:09:58 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-10-23 15:09:58 +0000
commit367e5971646ca221bcff6d6003553d7b223b7333 (patch)
treeb637eaa2f8b23e9b6a452c999ad55d1fada35fb8 /src/southbridge/via/vt8231
parent88fbae24bc83b46b1a1f2ba88643462053dae5cf (diff)
downloadcoreboot-367e5971646ca221bcff6d6003553d7b223b7333.tar.xz
fixes from SONE
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1228 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8231')
-rw-r--r--src/southbridge/via/vt8231/vt8231.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/southbridge/via/vt8231/vt8231.c b/src/southbridge/via/vt8231/vt8231.c
index 1719fb207d..a3d7873b36 100644
--- a/src/southbridge/via/vt8231/vt8231.c
+++ b/src/southbridge/via/vt8231/vt8231.c
@@ -438,10 +438,9 @@ static void southbridge_init(struct chip *chip, enum chip_pass pass)
case CONF_PASS_POST_PCI:
vt8231_init(conf);
pci_routing_fixup();
-
break;
+
case CONF_PASS_PRE_BOOT:
- pci_routing_fixup();
dump_south();
break;