mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/microblaze: Add support for loading initrd images
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
d0b022a0e9
commit
ec426ff808
4 changed files with 45 additions and 3 deletions
|
@ -177,6 +177,7 @@ petalogix_ml605_init(QEMUMachineInitArgs *args)
|
|||
}
|
||||
|
||||
microblaze_load_kernel(cpu, ddr_base, ram_size,
|
||||
args->initrd_filename,
|
||||
BINARY_DEVICE_TREE_FILE,
|
||||
machine_cpu_reset);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue