- Fix typo with reversing memory resources.
authorEric Biederman <ebiederm@xmission.com>
Tue, 19 Oct 2004 23:35:53 +0000 (23:35 +0000)
committerEric Biederman <ebiederm@xmission.com>
Tue, 19 Oct 2004 23:35:53 +0000 (23:35 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1692 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/northbridge/amd/amdk8/northbridge.c

index ca5dcd82a3ff8a3abf79c4bb85f0c6cc0ebd6cfd..e7f7f572387b8d64365ce0fca6746e79b132053c 100644 (file)
@@ -590,7 +590,7 @@ static void pci_domain_set_resources(device_t dev)
                /* Now place the memory as high up as it will go */
                mem2->base = resource_max(mem2);
                mem1->limit = mem2->base - 1;
-               mem1->base = resource_max(mem2);
+               mem1->base = resource_max(mem1);
        }
        else {
                /* Place the resources as high up as they will go */