From 367e5971646ca221bcff6d6003553d7b223b7333 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 23 Oct 2003 15:09:58 +0000 Subject: fixes from SONE git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1228 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8231/vt8231.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/southbridge') 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; -- cgit v1.2.3