Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
3d96ede9
Commit
3d96ede9
authored
Jun 28, 2003
by
wdenk
Browse files
Fix duplicate command entry.
parent
9d2b18a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/cmd_bootm.c
View file @
3d96ede9
...
...
@@ -872,7 +872,7 @@ int do_bootd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return
rcode
;
}
cmd_tbl_t
U_BOOT_CMD
(
BOOT
D
)
=
MK_CMD_ENTRY
(
cmd_tbl_t
U_BOOT_CMD
(
BOOT
)
=
MK_CMD_ENTRY
(
"boot"
,
1
,
1
,
do_bootd
,
"boot - boot default, i.e., run 'bootcmd'
\n
"
,
NULL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment