mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
bootstage: Correct exhasuted typo
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>
This commit is contained in:
parent
f6d76e6878
commit
0d4d9f94c5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue