On 1/27/25 03:38, Philippe Mathieu-Daudé wrote:
load_elf_ram_sym() with load_rom=true, sym_cb=NULL is
equivalent to load_elf_as(). Replace by the latter to
simplify.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/avr/boot.c | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
Review
load_elf_ram_sym() with load_rom=true, sym_cb=NULL is
equivalent to load_elf_as(). Replace by the latter to
simplify.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/avr/boot.c | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/hw/avr/boot.c b/hw/avr/boot.c
index 617f3a144c