projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4773c5
)
Fix typo: missmatched -> mismatched.
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 8 Jan 2019 21:10:23 +0000
(13:10 -0800)
committer
Tom Rini
<trini@konsulko.com>
Tue, 15 Jan 2019 20:28:51 +0000
(15:28 -0500)
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
tools/imx8image.c
patch
|
blob
|
history
diff --git
a/tools/imx8image.c
b/tools/imx8image.c
index 0d856b9d94f967d8549589d21302e13ad221497f..435f308b99e0ea481e0deba07c63937c10499fff 100644
(file)
--- a/
tools/imx8image.c
+++ b/
tools/imx8image.c
@@
-674,7
+674,7
@@
static int get_container_image_start_pos(image_t *image_stack, uint32_t align)
fclose(fd);
if (header.tag != IVT_HEADER_TAG_B0) {
- fprintf(stderr, "header tag mis
s
matched \n");
+ fprintf(stderr, "header tag mismatched \n");
exit(EXIT_FAILURE);
} else {
file_off +=