ecos: use register_commands()

__archive__
Zachary T Welch 2009-11-22 04:13:56 -08:00
parent b595ab8b97
commit 1765b10304
1 changed files with 0 additions and 2 deletions

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;
}