summaryrefslogtreecommitdiffstats
path: root/hw/ppc/prep.c
diff options
context:
space:
mode:
authorPaolo Bonzini2020-10-28 11:17:31 +0100
committerPaolo Bonzini2020-12-10 18:15:09 +0100
commitead2b283ad7b828252011c35a9407204010138af (patch)
tree92fc9e1d91b2888152678f38f9289910432010c3 /hw/ppc/prep.c
parentnios2: do not use ram_size global (diff)
downloadqemu-ead2b283ad7b828252011c35a9407204010138af.tar.gz
qemu-ead2b283ad7b828252011c35a9407204010138af.tar.xz
qemu-ead2b283ad7b828252011c35a9407204010138af.zip
ppc: do not use ram_size global
Use the machine properties instead. Cc: qemu-ppc@nongnu.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ppc/prep.c')
-rw-r--r--hw/ppc/prep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c
index c6b9d1ddcb..7e72f6e4a9 100644
--- a/hw/ppc/prep.c
+++ b/hw/ppc/prep.c
@@ -420,7 +420,7 @@ static void ibm_40p_init(MachineState *machine)
/* Prepare firmware configuration for Open Hack'Ware */
if (m48t59) {
- PPC_NVRAM_set_params(m48t59, NVRAM_SIZE, "PREP", ram_size,
+ PPC_NVRAM_set_params(m48t59, NVRAM_SIZE, "PREP", machine->ram_size,
boot_device,
kernel_base, kernel_size,
machine->kernel_cmdline,