Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
47aa51cd
Commit
47aa51cd
authored
14 years ago
by
Loïc Minier
Committed by
Wolfgang Denk
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo ("comand" instead of "command")
Signed-off-by:
Loc Minier
<
loic.minier@linaro.org
>
parent
141053d6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/kwbimage.c
+1
-1
1 addition, 1 deletion
tools/kwbimage.c
with
1 addition
and
1 deletion
tools/kwbimage.c
+
1
−
1
View file @
47aa51cd
...
...
@@ -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 com
m
and"
,
},
{
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"
,
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment