From: Simon Glass <s...@chromium.org>

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

Signed-off-by: Simon Glass <s...@chromium.org>
Signed-off-by: Patrick Delaunay <patrick.delau...@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

Reply via email to