aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cx700/northbridge.c')
-rw-r--r--src/northbridge/via/cx700/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/cx700/northbridge.c b/src/northbridge/via/cx700/northbridge.c
index 670603bae3..19bdf11bac 100644
--- a/src/northbridge/via/cx700/northbridge.c
+++ b/src/northbridge/via/cx700/northbridge.c
@@ -65,7 +65,7 @@ static void pci_domain_set_resources(device_t dev)
tolmk -= 1024; // TOP 1M SM Memory
}
- set_top_of_ram(tolmk * 1024);
+ set_late_cbmem_top(tolmk * 1024);
/* Report the memory regions */
idx = 10;