projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34196b0
)
mkimage: correct spelling error in imximage
author
Stefano Babic
<sbabic@denx.de>
Tue, 13 Apr 2010 10:38:22 +0000
(12:38 +0200)
committer
trix
<trix@windriver.com>
Fri, 30 Apr 2010 10:23:25 +0000
(
05:23
-0500)
Signed-off-by: Stefano Babic <sbabic@denx.de>
tools/imximage.c
patch
|
blob
|
history
diff --git
a/tools/imximage.c
b/tools/imximage.c
index
df2d8c4
..
39f89c2
100644
(file)
--- a/
tools/imximage.c
+++ b/
tools/imximage.c
@@
-36,7
+36,7
@@
* Supported commands for configuration file
*/
static table_entry_t imximage_cmds[] = {
- {CMD_BOOT_FROM, "BOOT_FROM", "boot com
and",
},
+ {CMD_BOOT_FROM, "BOOT_FROM", "boot com
mand",
},
{CMD_DATA, "DATA", "Reg Write Data", },
{-1, "", "", },
};