ecos: use register_commands()

This commit is contained in:
Zachary T Welch
2009-11-22 04:13:56 -08:00
parent b595ab8b97
commit 1765b10304

View File

@@ -338,8 +338,6 @@ static int ecosflash_probe(struct flash_bank *bank)
static int ecosflash_register_commands(struct command_context *cmd_ctx)
{
COMMAND_REGISTER(cmd_ctx, NULL, "ecosflash", NULL, COMMAND_ANY, NULL);
return ERROR_OK;
}