summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-power8/mainboard.c')
-rw-r--r--src/mainboard/emulation/qemu-power8/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-power8/mainboard.c b/src/mainboard/emulation/qemu-power8/mainboard.c
index 6f8016c8e3..f1ce497df4 100644
--- a/src/mainboard/emulation/qemu-power8/mainboard.c
+++ b/src/mainboard/emulation/qemu-power8/mainboard.c
@@ -11,7 +11,7 @@ static void mainboard_enable(struct device *dev)
}
/* Where does RAM live? */
- ram_resource_kb(dev, 0, 2048, 32768);
+ ram_range(dev, 0, 2 * MiB, 32 * MiB);
}
struct chip_operations mainboard_ops = {