mirror of https://github.com/wolfSSL/wolfBoot.git
fixed misleading comment
Spotted by copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/562/head
parent
d142426392
commit
9d7084c6f5
|
@ -232,7 +232,7 @@ int elf_store_image_scattered(const unsigned char *hdr, unsigned long *entry_out
|
||||||
hal_flash_lock();
|
hal_flash_lock();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else { /* 32 bit ELF */
|
} else { /* 64 bit ELF */
|
||||||
const elf64_header *eh;
|
const elf64_header *eh;
|
||||||
const elf64_program_header *ph;
|
const elf64_program_header *ph;
|
||||||
wolfBoot_printf("ELF image is 64 bit\n");
|
wolfBoot_printf("ELF image is 64 bit\n");
|
||||||
|
|
Loading…
Reference in New Issue