diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-15 14:15:21 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-15 14:15:21 -0500 |
commit | 169c3cc49e40758956ee6c310f7f59a6443826a1 (patch) | |
tree | 469779cc9196adce361abe56c2ce27a6563e98ce /common/bootstage.c | |
parent | 92b27528d777ce85362af45e7d2974a6c856219b (diff) | |
parent | 0d4d9f94c555577f78cddc372c307465fc92413e (diff) |
Merge tag 'dm-pull-15nov23' of https://source.denx.de/u-boot/custodians/u-boot-dm
patman correct import of u_boot_pylib
correct long-standing EFI framebuffer bug
minor test refactor
Diffstat (limited to 'common/bootstage.c')
-rw-r--r-- | common/bootstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bootstage.c b/common/bootstage.c index a68d883c684..0e6d80718fd 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"); } } |