|
From: | Richard Henderson |
Subject: | Re: [PATCH 1/6] hw/avr/boot: Replace load_elf_ram_sym() -> load_elf_as() |
Date: | Mon, 27 Jan 2025 13:11:53 -0800 |
User-agent: | Mozilla Thunderbird |
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é <philmd@linaro.org> --- hw/avr/boot.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |