Browse Source

mkimage: correct spelling error in imximage

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 15 năm trước cách đây
mục cha
commit
f581e3a215
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/imximage.c

+ 1 - 1
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,		"",			"",	},
 };