[PATCH] bootstage: Correct exhasuted typo

Patrick Delaunay patrick.delaunay at foss.st.com
Tue Nov 7 10:17:40 CET 2023


From: Simon Glass <sjg at chromium.org>

Correct this typo in the warning message shown when no more bootstage
records can be added.

Signed-off-by: Simon Glass <sjg at chromium.org>
Signed-off-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
---
I just cherry-pick the Simon's patch in the branch fix-bs-working
of the dm custodian git but it is not yet present in patchwork.

https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/8810b8dd3d233978c15203b23420fa819ab1e791

Regards

Patrick

 common/bootstage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/bootstage.c b/common/bootstage.c
index a68d883c684c..0e6d80718fd5 100644
--- a/common/bootstage.c
+++ b/common/bootstage.c
@@ -137,7 +137,7 @@ ulong bootstage_add_record(enum bootstage_id id, const char *name,
 			rec->flags = flags;
 			rec->id = id;
 		} else {
-			log_warning("Bootstage space exhasuted\n");
+			log_warning("Bootstage space exhausted\n");
 		}
 	}
 
-- 
2.25.1



More information about the U-Boot mailing list