diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-05-04 22:49:15 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-05-04 22:49:15 +0200 | 
| commit | 900a1fe8c8c7acda1d8903af02c2d0d993b770d8 (patch) | |
| tree | b17bb283aa7fe7b31f46fbdfd3496b7f23736840 /tools/imximage.c | |
| parent | 4185ae7a7146a77a792e5ba49845e5ca6e95b038 (diff) | |
| parent | 20d98c2cea3398ad93beccd4727a371f41514086 (diff) | |
| download | olio-uboot-2014.01-900a1fe8c8c7acda1d8903af02c2d0d993b770d8.tar.xz olio-uboot-2014.01-900a1fe8c8c7acda1d8903af02c2d0d993b770d8.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'tools/imximage.c')
| -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,		"",			"",	},  }; |