mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-28 14:11:18 -04: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;
|
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", 1, 1, do_bootd,
|
||||||
"boot - boot default, i.e., run 'bootcmd'\n",
|
"boot - boot default, i.e., run 'bootcmd'\n",
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user