ecos: use register_commands()
parent
b595ab8b97
commit
1765b10304
|
@ -338,8 +338,6 @@ static int ecosflash_probe(struct flash_bank *bank)
|
||||||
|
|
||||||
static int ecosflash_register_commands(struct command_context *cmd_ctx)
|
static int ecosflash_register_commands(struct command_context *cmd_ctx)
|
||||||
{
|
{
|
||||||
COMMAND_REGISTER(cmd_ctx, NULL, "ecosflash", NULL, COMMAND_ANY, NULL);
|
|
||||||
|
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue