U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] boot: Fix syntax in fdt_overlay_apply_verbose() error message
@ 2023-10-26 19:54 Hugo Villeneuve
  2023-11-10 16:21 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Hugo Villeneuve @ 2023-10-26 19:54 UTC (permalink / raw)
  Cc: hugo, Hugo Villeneuve, u-boot

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Remove superfluous "did".

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 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_support.c
@@ -2095,7 +2095,7 @@ int fdt_overlay_apply_verbose(void *fdt, void *fdto)
 		printf("failed on fdt_overlay_apply(): %s\n",
 				fdt_strerror(err));
 		if (!has_symbols) {
-			printf("base fdt does did not have a /__symbols__ node\n");
+			printf("base fdt does not have a /__symbols__ node\n");
 			printf("make sure you've compiled with -@\n");
 		}
 	}

base-commit: fb428b61819444b9337075f49c72f326f5d12085
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] boot: Fix syntax in fdt_overlay_apply_verbose() error message
  2023-10-26 19:54 [PATCH] boot: Fix syntax in fdt_overlay_apply_verbose() error message Hugo Villeneuve
@ 2023-11-10 16:21 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-11-10 16:21 UTC (permalink / raw)
  To: Hugo Villeneuve; +Cc: Hugo Villeneuve, u-boot

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

On Thu, Oct 26, 2023 at 03:54:49PM -0400, Hugo Villeneuve wrote:

> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Remove superfluous "did".
> 
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-10 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 19:54 [PATCH] boot: Fix syntax in fdt_overlay_apply_verbose() error message Hugo Villeneuve
2023-11-10 16:21 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox