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.c81 const char *elf_cpu = avr_elf_e_flags_to_cpu_type(e_flags); in avr_load_firmware() local
91 if (!elf_cpu) { in avr_load_firmware()
97 if (strcmp(elf_cpu, mcu_cpu_type)) { in avr_load_firmware()
102 (int)(strlen(elf_cpu) - strlen(AVR_CPU_TYPE_SUFFIX)), in avr_load_firmware()
103 elf_cpu); in avr_load_firmware()