aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/gx1/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/gx1/northbridge.c')
-rw-r--r--src/northbridge/amd/gx1/northbridge.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/northbridge/amd/gx1/northbridge.c b/src/northbridge/amd/gx1/northbridge.c
index b895a75dc9..c8f7f94ece 100644
--- a/src/northbridge/amd/gx1/northbridge.c
+++ b/src/northbridge/amd/gx1/northbridge.c
@@ -108,9 +108,7 @@ static void pci_domain_set_resources(device_t dev)
tolmk = tomk;
}
- /* Leave some space for ACPI, PIRQ and MP tables */
- high_tables_base = (tolmk * 1024) - HIGH_MEMORY_SIZE;
- high_tables_size = HIGH_MEMORY_SIZE;
+ set_top_of_ram(tolmk * 1024);
/* Report the memory regions */
idx = 10;