diff options
author | Stefano Babic <sbabic@denx.de> | 2010-04-13 10:38:22 (GMT) |
---|---|---|
committer | trix <trix@windriver.com> | 2010-04-30 10:23:25 (GMT) |
commit | f581e3a2157fbd736e7dd2378465ae242fba545c (patch) | |
tree | 249cb118e3276073eb5ddba0dac19fee03413955 /tools | |
parent | 34196b0a8bd7ab6d472e2e6f6c90b73e915a1fae (diff) | |
download | u-boot-f581e3a2157fbd736e7dd2378465ae242fba545c.tar.xz |
mkimage: correct spelling error in imximage
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/imximage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imximage.c b/tools/imximage.c index df2d8c4..39f89c2 100644 --- 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 comand", }, + {CMD_BOOT_FROM, "BOOT_FROM", "boot command", }, {CMD_DATA, "DATA", "Reg Write Data", }, {-1, "", "", }, }; |