summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-06-28 00:00:04 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2022-06-26 21:53:43 +0000
commit1cc775ef9d4efd041db5dde45d822f54a3b27466 (patch)
treeb38e87e32ec3acc9d9139f9076868452e5a4d54b /src/mainboard/emulation/qemu-power8
parentc9a0301dfa1855786d8a5e6c9a0489169fb9fbd1 (diff)
mb/emulation/qemu-armv7,power8: Do resource transition
Change-Id: Ic31eb81bc98fd94877a51ebf44cfb2c69e4db0ae Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55923 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation/qemu-power8')
-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 = {