Home
last modified time | relevance | path

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

/openbmc/qemu/hw/avr/
H A Dboot.c79 const char *elf_cpu = avr_elf_e_flags_to_cpu_type(e_flags); in avr_load_firmware() local
89 if (!elf_cpu) { in avr_load_firmware()
95 if (strcmp(elf_cpu, mcu_cpu_type)) { in avr_load_firmware()
100 (int)(strlen(elf_cpu) - strlen(AVR_CPU_TYPE_SUFFIX)), in avr_load_firmware()
101 elf_cpu); in avr_load_firmware()