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

Hugo Villeneuve hugo at hugovil.com
Thu Oct 26 21:54:49 CEST 2023


From: Hugo Villeneuve <hvilleneuve at dimonoff.com>

Remove superfluous "did".

Signed-off-by: Hugo Villeneuve <hvilleneuve at 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



More information about the U-Boot mailing list