diff options
Diffstat (limited to 'src/soc/dmp')
-rw-r--r-- | src/soc/dmp/vortex86ex/northbridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/dmp/vortex86ex/northbridge.c b/src/soc/dmp/vortex86ex/northbridge.c index e60481c785..d811ba92e5 100644 --- a/src/soc/dmp/vortex86ex/northbridge.c +++ b/src/soc/dmp/vortex86ex/northbridge.c @@ -97,7 +97,7 @@ static void pci_domain_set_resources(device_t dev) */ tolmk = tomk; - set_top_of_ram(tolmk * 1024); + set_late_cbmem_top(tolmk * 1024); /* Report the memory regions */ idx = 10; |