mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
mkimage: correct spelling error in imximage
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
34196b0a8b
commit
f581e3a215
1 changed files with 1 additions and 1 deletions
|
@ -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, "", "", },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue