Home
last modified time | relevance | path

Searched refs:sysboot_filename (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dhighbank.c192 char *sysboot_filename; in calxeda_init() local
236 sysboot_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, machine->firmware); in calxeda_init()
237 if (sysboot_filename != NULL) { in calxeda_init()
238 if (load_image_targphys(sysboot_filename, 0xfff88000, 0x8000) < 0) { in calxeda_init()
242 g_free(sysboot_filename); in calxeda_init()