diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-23 15:09:58 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-23 15:09:58 +0000 |
commit | 367e5971646ca221bcff6d6003553d7b223b7333 (patch) | |
tree | b637eaa2f8b23e9b6a452c999ad55d1fada35fb8 /src/southbridge/via | |
parent | 88fbae24bc83b46b1a1f2ba88643462053dae5cf (diff) |
fixes from SONE
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1228 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via')
-rw-r--r-- | src/southbridge/via/vt8231/vt8231.c | 3 |
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; |