mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-03 09:33:38 +08:00
Fix duplicate command entry.
This commit is contained in:
parent
9d2b18a0f9
commit
3d96ede975
@ -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…
Reference in New Issue
Block a user