diff options
| -rw-r--r-- | common/cmd_bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 1327e3468..aad04cff7 100644 --- 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(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 |