]> Git Repo - qemu.git/blobdiff - hw/ppc/prep.c
hw: Use IEC binary prefix definitions from "qemu/units.h"
[qemu.git] / hw / ppc / prep.c
index 5ed0bcd862d4adeb29eb03ec50b71c16bcc626cc..25ae53304c0ff5af3e5b625847f32b51b64a57b3 100644 (file)
@@ -884,7 +884,7 @@ static void ibm_40p_machine_init(MachineClass *mc)
     mc->desc = "IBM RS/6000 7020 (40p)",
     mc->init = ibm_40p_init;
     mc->max_cpus = 1;
-    mc->default_ram_size = 128 * M_BYTE;
+    mc->default_ram_size = 128 * MiB;
     mc->block_default_type = IF_SCSI;
     mc->default_boot_order = "c";
     mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("604");
This page took 0.021715 seconds and 4 git commands to generate.