diff options
| author | Stefano Babic <sbabic@denx.de> | 2010-04-13 12:38:22 +0200 | 
|---|---|---|
| committer | trix <trix@windriver.com> | 2010-04-30 05:23:25 -0500 | 
| commit | f581e3a2157fbd736e7dd2378465ae242fba545c (patch) | |
| tree | 249cb118e3276073eb5ddba0dac19fee03413955 | |
| parent | 34196b0a8bd7ab6d472e2e6f6c90b73e915a1fae (diff) | |
| download | olio-uboot-2014.01-f581e3a2157fbd736e7dd2378465ae242fba545c.tar.xz olio-uboot-2014.01-f581e3a2157fbd736e7dd2378465ae242fba545c.zip | |
mkimage: correct spelling error in imximage
Signed-off-by: Stefano Babic <sbabic@denx.de>
| -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 df2d8c4d7..39f89c2b9 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,		"",			"",	},  }; |