Re: [PATCH 03/18] bootstd: Correct the name of the QEMU bootmeth

2023-05-15 Thread Bin Meng
On Sat, Apr 29, 2023 at 3:19 AM Simon Glass wrote: > > This does not relate to sandbox. Correct the name. > > Signed-off-by: Simon Glass > --- > > boot/bootmeth_qfw.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng

[PATCH 03/18] bootstd: Correct the name of the QEMU bootmeth

2023-04-28 Thread Simon Glass
This does not relate to sandbox. Correct the name. Signed-off-by: Simon Glass --- boot/bootmeth_qfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bootmeth_qfw.c b/boot/bootmeth_qfw.c index a5f95d4d0c5..0af745f 100644 --- a/boot/bootmeth_qfw.c +++