mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
Fix duplicate command entry.
This commit is contained in:
parent
9d2b18a0f9
commit
3d96ede975
1 changed files with 1 additions and 1 deletions
|
|
@ -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(BOOTD) = 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue