mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
mkimage: correct spelling error in imximage
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
0df5b4e38f
commit
6686f10dd5
@ -36,7 +36,7 @@
|
|||||||
* Supported commands for configuration file
|
* Supported commands for configuration file
|
||||||
*/
|
*/
|
||||||
static table_entry_t imximage_cmds[] = {
|
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", },
|
{CMD_DATA, "DATA", "Reg Write Data", },
|
||||||
{-1, "", "", },
|
{-1, "", "", },
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user