aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rdc/r8610/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rdc/r8610/northbridge.c')
-rw-r--r--src/soc/rdc/r8610/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rdc/r8610/northbridge.c b/src/soc/rdc/r8610/northbridge.c
index 00aa0d419a..3109612371 100644
--- a/src/soc/rdc/r8610/northbridge.c
+++ b/src/soc/rdc/r8610/northbridge.c
@@ -60,7 +60,7 @@ static void cpu_pci_domain_set_resources(device_t dev)
ram_resource(dev, idx++, 0, 640);
ram_resource(dev, idx++, 768, tolmk - 768);
- set_top_of_ram(tomk * 1024);
+ set_late_cbmem_top(tomk * 1024);
assign_resources(dev->link_list);
}