mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Fix typo ("comand" instead of "command")
Signed-off-by: Loc Minier <loic.minier@linaro.org>
This commit is contained in:
parent
141053d60a
commit
47aa51cd98
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
* Supported commands for configuration file
|
||||
*/
|
||||
static table_entry_t kwbimage_cmds[] = {
|
||||
{CMD_BOOT_FROM, "BOOT_FROM", "boot comand", },
|
||||
{CMD_BOOT_FROM, "BOOT_FROM", "boot command", },
|
||||
{CMD_NAND_ECC_MODE, "NAND_ECC_MODE", "NAND mode", },
|
||||
{CMD_NAND_PAGE_SIZE, "NAND_PAGE_SIZE", "NAND size", },
|
||||
{CMD_SATA_PIO_MODE, "SATA_PIO_MODE", "SATA mode", },
|
||||
|
|
Loading…
Reference in a new issue