Re: [PATCH] boot: Fix syntax in fdt_overlay_apply_verbose() error message

2023-11-10 Thread Tom Rini
On Thu, Oct 26, 2023 at 03:54:49PM -0400, Hugo Villeneuve wrote: > From: Hugo Villeneuve > > Remove superfluous "did". > > Signed-off-by: Hugo Villeneuve Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] boot: Fix syntax in fdt_overlay_apply_verbose() error message

2023-10-26 Thread Hugo Villeneuve
From: Hugo Villeneuve Remove superfluous "did". Signed-off-by: Hugo Villeneuve --- boot/fdt_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/fdt_support.c b/boot/fdt_support.c index 5e49078f8c3..b15d07765fe 100644 --- a/boot/fdt_support.c +++ b/boot/fdt_suppor