summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/northbridge/amd/lx/northbridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/amd/lx/northbridge.c b/src/northbridge/amd/lx/northbridge.c
index adc5db1461d0..837f0779eaac 100644
--- a/src/northbridge/amd/lx/northbridge.c
+++ b/src/northbridge/amd/lx/northbridge.c
@@ -414,6 +414,7 @@ static void pci_domain_set_resources(device_t dev)
/* Report the memory regions */
idx = 10;
ram_resource(dev, idx++, 0, 640);
+ ram_resource(dev, idx++, 768, 1024); // c0000-fffff are usable
ram_resource(dev, idx++, 1024, tomk - 1024); // Systop - 1 MB -> KB
#if CONFIG_WRITE_HIGH_TABLES==1