From b8562cfb7bc7caccb3f1fee2ba5a4a26ea41d43a Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Tue, 20 Jan 2009 00:03:11 +0000 Subject: One missed function rename in the stage2 pci resources allocation. phase4_assign_resources is now phase4_set_resources. (trivial) Signed-off-by: Marc Jones Acked-by: Marc Jones git-svn-id: svn://coreboot.org/repository/coreboot-v3@1117 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- northbridge/via/cn700/pci_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/northbridge/via/cn700/pci_domain.c b/northbridge/via/cn700/pci_domain.c index 9f16e48fc2f2..f7759b25e838 100644 --- a/northbridge/via/cn700/pci_domain.c +++ b/northbridge/via/cn700/pci_domain.c @@ -114,7 +114,7 @@ static void cn700_pci_domain_set_resources(struct device *dev) /* TODO: shadow ram needs to be controlled via dts */ ram_resource(dev, idx++, 1024, (tolmk - 1024 - (CONFIG_CN700_VIDEO_MB * 1024))); - phase4_assign_resources(&dev->link[0]); + phase4_set_resources(&dev->link[0]); } /** Operations for when the northbridge is running a PCI domain. */ -- cgit v1.2.3