]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bootstage: Correct exhasuted typo
authorSimon Glass <sjg@chromium.org>
Tue, 7 Nov 2023 09:17:40 +0000 (10:17 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Nov 2023 03:04:01 +0000 (20:04 -0700)
Correct this typo in the warning message shown when no more bootstage
records can be added.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/bootstage.c

index a68d883c684c5bdf94ed3801e1c513970bde0626..0e6d80718fd59b92051fd8b47d9a4a6d74ed1be0 100644 (file)
@@ -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");
                }
        }