git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d76e6
)
bootstage: Correct exhasuted typo
author
Simon Glass
<sjg@chromium.org>
Tue, 7 Nov 2023 09:17:40 +0000
(10:17 +0100)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/common/bootstage.c
b/common/bootstage.c
index
a68d883
..
0e6d807
100644
(file)
--- 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 exha
su
ted\n");
+ log_warning("Bootstage space exha
us
ted\n");
}
}