projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d2b18a
)
Fix duplicate command entry.
author
wdenk
<wdenk>
Sat, 28 Jun 2003 23:13:56 +0000
(23:13 +0000)
committer
wdenk
<wdenk>
Sat, 28 Jun 2003 23:13:56 +0000
(23:13 +0000)
common/cmd_bootm.c
patch
|
blob
|
history
diff --git
a/common/cmd_bootm.c
b/common/cmd_bootm.c
index 1327e34688f96999b5ea90ebe071bc1818d09336..aad04cff76aca90b0eca2b1a91effc9810e54b80 100644
(file)
--- a/
common/cmd_bootm.c
+++ b/
common/cmd_bootm.c
@@
-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