Re: [PATCH 04/15] hw/riscv/boot.c: make riscv_find_firmware() static

2022-12-23 Thread Bin Meng
On Thu, Dec 22, 2022 at 2:27 AM Daniel Henrique Barboza wrote: > > The only caller is riscv_find_and_load_firmware(), which is in the same > file. > > Signed-off-by: Daniel Henrique Barboza > --- > hw/riscv/boot.c | 44 - > include/hw/riscv/boot.h

Re: [PATCH 04/15] hw/riscv/boot.c: make riscv_find_firmware() static

2022-12-22 Thread Alistair Francis
On Thu, Dec 22, 2022 at 4:26 AM Daniel Henrique Barboza wrote: > > The only caller is riscv_find_and_load_firmware(), which is in the same > file. > > Signed-off-by: Daniel Henrique Barboza Reviewed-by: Alistair Francis Alistair > --- > hw/riscv/boot.c | 44

Re: [PATCH 04/15] hw/riscv/boot.c: make riscv_find_firmware() static

2022-12-22 Thread Philippe Mathieu-Daudé
On 21/12/22 19:22, Daniel Henrique Barboza wrote: The only caller is riscv_find_and_load_firmware(), which is in the same file. Signed-off-by: Daniel Henrique Barboza --- hw/riscv/boot.c | 44 - include/hw/riscv/boot.h | 1 - 2 files

[PATCH 04/15] hw/riscv/boot.c: make riscv_find_firmware() static

2022-12-21 Thread Daniel Henrique Barboza
The only caller is riscv_find_and_load_firmware(), which is in the same file. Signed-off-by: Daniel Henrique Barboza --- hw/riscv/boot.c | 44 - include/hw/riscv/boot.h | 1 - 2 files changed, 22 insertions(+), 23 deletions(-) diff --git