mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 11:23:43 +08:00
moxie: do not use ram_size global
Use the loader parameters instead. Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
74d6bf8525
commit
eb09df9272
@ -82,7 +82,7 @@ static void load_kernel(MoxieCPU *cpu, LoaderParams *loader_params)
|
||||
}
|
||||
initrd_size = load_image_targphys(loader_params->initrd_filename,
|
||||
initrd_offset,
|
||||
ram_size);
|
||||
loader_params->ram_size);
|
||||
}
|
||||
if (initrd_size == (target_ulong)-1) {
|
||||
error_report("could not load initial ram disk '%s'",
|
||||
|
Loading…
Reference in New Issue
Block a user